次の方法で共有


XamlDirective.AllowedLocation プロパティ

定義

ディレクティブを指定できる 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

プロパティ値

AllowedMemberLocations

列挙体の値。 既定値は、列挙体の既定値である None です。

注釈

この値は、コンストラクターシグネチャで XamlDirective(IEnumerable<String>, String, XamlType, XamlValueConverter<TypeConverter>, AllowedMemberLocations) 設定できます。 コンストラクターシグネチャを使用して構築する XamlDirective(String, String) 場合、インスタンスの AllowedLocation 値は Any. ただし、インスタンスは常に次のようにtrue報告しますIsUnknown。 通常、この動作はオブジェクト グラフの書き込み試行に影響し、値の他の XamlMember 実用的な使用方法にも影響します。

通常は、XAML ディレクティブのケースをAllowedLocationAllowedMemberLocations.None作成しません。

適用対象