AttributeData.Parameters Property

Definition

Gets the attribute data parameters.

public:
 property System::Collections::Generic::IList<Microsoft::Build::Tasks::Xaml::AttributeParameterData ^> ^ Parameters { System::Collections::Generic::IList<Microsoft::Build::Tasks::Xaml::AttributeParameterData ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Build.Tasks.Xaml.AttributeParameterData> Parameters { get; }
member this.Parameters : System.Collections.Generic.IList<Microsoft.Build.Tasks.Xaml.AttributeParameterData>
Public ReadOnly Property Parameters As IList(Of AttributeParameterData)

Property Value

The attribute data parameters.

Applies to