XamlDirective.AllowedLocation Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that specifies the XAML node types where the directive can be specified.
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
A value of the enumeration. The default is the enumeration default, which is None.
You can set this value in the XamlDirective(IEnumerable<String>, String, XamlType, XamlValueConverter<TypeConverter>, AllowedMemberLocations) constructor signature. If you construct by using the XamlDirective(String, String) constructor signature, the AllowedLocation value for the instance is Any. However, the instance always reports IsUnknown as true
. This behavior typically affects attempts to write object graphs and also affects other practical uses of a XamlMember value.
You typically would not construct a XAML directive case where AllowedLocation is AllowedMemberLocations.None.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: