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[]

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

属性

適用対象