AttributeParameterData.ArrayContents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.