AttributeParameterData.ArrayContents Propriedade
Definição
Obtém o conteúdo da matriz dos dados do parâmetro de atributo.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)
Valor da propriedade
O conteúdo da matriz dos dados do parâmetro de atributo.The array contents of the attribute parameter data.