BookmarkScopeInfo.TemporaryId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,當 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
。