次の方法で共有


INavigationContext.ViewIdentity プロパティ

定義

ナビゲーション サービスからビューをクエリするために使用するビュー ID を取得します。

public:
 property System::String ^ ViewIdentity { System::String ^ get(); };
public string ViewIdentity { get; }
member this.ViewIdentity : string
Public ReadOnly Property ViewIdentity As String

プロパティ値

ビューをクエリするために使用するビュー ID を表す文字列です。

適用対象