ActivityCodeDomSerializationManager.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 a PropertyDescriptorCollection that contains a read-only collection of type PropertyDescriptor.
public:
property System::ComponentModel::PropertyDescriptorCollection ^ Properties { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
public System.ComponentModel.PropertyDescriptorCollection Properties { get; }
member this.Properties : System.ComponentModel.PropertyDescriptorCollection
Public ReadOnly Property Properties As PropertyDescriptorCollection
Property Value
A PropertyDescriptorCollection that contains a read-only collection of type PropertyDescriptor.
Implements
Remarks
Using the properties available in the PropertyDescriptorCollection class, you can query Properties about its contents. Use the Count property to determine the number of elements in the collection. Use the Item[] property to obtain a specific property by index number or by name.
In addition to properties, you can use the Find method to obtain a description of the property that uses the specified name from the collection.