Share via


AppWindow.PersistedStateId Property

Definition

public:
 property IReference<Platform::Guid> ^ PersistedStateId { IReference<Platform::Guid> ^ get(); void set(IReference<Platform::Guid> ^ value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
IReference<winrt::guid> PersistedStateId();

void PersistedStateId(IReference<winrt::guid> value);
[Windows.Foundation.Metadata.Experimental]
public System.Nullable<Guid> PersistedStateId { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var iReference = appWindow.persistedStateId;
appWindow.persistedStateId = iReference;
Public Property PersistedStateId As Nullable(Of Guid)

Property Value

IReference<Guid>

Nullable<Guid>

IReference<Platform::Guid>

IReference<winrt::guid>

Attributes

Applies to