ClassData.Properties 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 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.