AttributeParameterData.ArrayContents Property

Definition

Gets the array contents of the attribute parameter data.

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

Property Value

The array contents of the attribute parameter data.

Applies to