INavigationContext.ViewIdentity 속성

정의

내비게이션 서비스에서 뷰를 쿼리하는 데 사용되는 뷰 식별자를 얻습니다.

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

속성 값

뷰를 쿼리할 때 사용하는 뷰 식별자를 나타내는 문자열입니다.

적용 대상