BookmarkScopeInfo.TemporaryId プロパティ

定義

BookmarkScope が初期化されていない状態のときに、BookmarkScope を一意に識別する値を取得します。

public:
 property System::String ^ TemporaryId { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public string TemporaryId { get; }
public string TemporaryId { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.TemporaryId : string
member this.TemporaryId : string
Public ReadOnly Property TemporaryId As String

プロパティ値

BookmarkScope が初期化されていない状態のときに、BookmarkScope を一意に識別する値。

属性

注釈

BookmarkScopeが初期化されている場合、戻り値は ですnull

適用対象