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

適用於