다음을 통해 공유


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합니다.

적용 대상