Share via


AttributeData.Properties Property

Definition

Gets the attribute data properties.

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

Property Value

The attribute data properties.

Applies to