EnumProperty.AdmissibleValues Property

Definition

The list of possible values for this property. Must have at least one value.

public:
 property System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::EnumValue ^> ^ AdmissibleValues { System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::EnumValue ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::EnumValue ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.EnumValue> AdmissibleValues { get; set; }
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.EnumValue> AdmissibleValues { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.AdmissibleValues : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.EnumValue> with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.AdmissibleValues : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.EnumValue> with get, set
Public Property AdmissibleValues As List(Of EnumValue)

Property Value

The list of possible values for this property.

Attributes

Remarks

This list must have at least one value.

Applies to