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

属性值

枚举的一个值。 默认值为枚举默认值,即 None

注解

可以在构造函数签名中 XamlDirective(IEnumerable<String>, String, XamlType, XamlValueConverter<TypeConverter>, AllowedMemberLocations) 设置此值。 如果使用构造函数签名进行 XamlDirective(String, String) 构造,则 AllowedLocation 实例 Any的值为 。 但是,实例始终报告 IsUnknowntrue。 此行为通常会影响写入对象图的尝试,还会影响值的其他实际使用 XamlMember

通常不会构造 XAML 指令大小写,其中 AllowedLocationAllowedMemberLocations.None

适用于