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; }
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.NameValuePair> ProviderSettings { [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.ProviderSettings : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.NameValuePair> 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.ProviderSettings : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.NameValuePair> with get, set
Public Property ProviderSettings As List(Of NameValuePair)

Property Value

The set of options.

Attributes

Applies to