ClassData.Properties Property

Definition

Gets the collection of class data properties.

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

Property Value

The collection of class data properties.

Applies to