Partager via


BookmarkScopeInfo.TemporaryId Propriété

Définition

Obtient une valeur qui identifie de manière univoque BookmarkScope lorsque BookmarkScope se trouve dans un état non initialisé.

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

Valeur de propriété

Valeur qui identifie de manière univoque BookmarkScope lorsque BookmarkScope se trouve dans un état non initialisé.

Attributs

Remarques

Si le BookmarkScope est initialisé, la valeur retournée est null.

S’applique à