ClassData.Attributes Property

Definition

Gets the list of class data attributes.

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

Property Value

The list of class data attributes.

Applies to