NavigationView.ExpectedEntities プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ナビゲーション ビューに予期されるエンティティを取得または設定します。
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[]
ナビゲーション ビューに予期されるエンティティを表す文字列です。
- 属性