PropertyIdentifierCollection Class
A collection of property identifiers.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Class PropertyIdentifierCollection _
Inherits Collection(Of PropertyIdentifier)
'Usage
Dim instance As PropertyIdentifierCollection
public class PropertyIdentifierCollection : Collection<PropertyIdentifier>
public ref class PropertyIdentifierCollection : public Collection<PropertyIdentifier^>
public class PropertyIdentifierCollection extends Collection<PropertyIdentifier>
Remarks
This class encapsulates a collection of PropertyIdentifier objects.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<PropertyIdentifier>
Microsoft.Windows.Design.Model.PropertyIdentifierCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
PropertyIdentifierCollection Members
Microsoft.Windows.Design.Model Namespace