NavigationView.ExpectedEntities プロパティ

定義

ナビゲーションビューの期待されるエンティティを取得したり設定したりします。

public:
 property cli::array <System::String ^> ^ ExpectedEntities { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem("EntityUrnPath", IsNullable=false)]
public string[] ExpectedEntities { get; set; }
[<System.Xml.Serialization.XmlArrayItem("EntityUrnPath", IsNullable=false)>]
member this.ExpectedEntities : string[] with get, set
Public Property ExpectedEntities As String()

プロパティ値

String[]

ナビゲーションビューの期待されるエンティティを表す文字列です。

属性

適用対象