XamlDirective.AllowedLocation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ディレクティブを指定できる XAML ノード型を指定する値を取得します。
public:
property System::Xaml::Schema::AllowedMemberLocations AllowedLocation { System::Xaml::Schema::AllowedMemberLocations get(); };
public System.Xaml.Schema.AllowedMemberLocations AllowedLocation { get; }
member this.AllowedLocation : System.Xaml.Schema.AllowedMemberLocations
Public ReadOnly Property AllowedLocation As AllowedMemberLocations
プロパティ値
列挙体の値。 既定値は、列挙体の既定値である None です。
注釈
この値は、コンストラクターシグネチャで XamlDirective(IEnumerable<String>, String, XamlType, XamlValueConverter<TypeConverter>, AllowedMemberLocations) 設定できます。 コンストラクターシグネチャを使用して構築する XamlDirective(String, String) 場合、インスタンスの AllowedLocation 値は Any. ただし、インスタンスは常に次のようにtrue
報告しますIsUnknown。 通常、この動作はオブジェクト グラフの書き込み試行に影響し、値の他の XamlMember 実用的な使用方法にも影響します。
通常は、XAML ディレクティブのケースをAllowedLocationAllowedMemberLocations.None作成しません。