INavigationContext.ViewIdentity プロパティ

定義

ナビゲーションサービスからビューを問い合わせるために使われるビュー識別子を取得します。

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

プロパティ値

ビューをクエリするために使われるビューの識別子を表す文字列です。

適用対象