DynamicEnumProperty.ProviderSettings Property

Definition

A provider-specific set of options to pass to the provider.

public:
 property System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::NameValuePair ^> ^ ProviderSettings { System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::NameValuePair ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::NameValuePair ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.NameValuePair> ProviderSettings { get; set; }
member this.ProviderSettings : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.NameValuePair> with get, set
Public Property ProviderSettings As List(Of NameValuePair)

Property Value

List<NameValuePair>

The set of options.

Applies to