PropertyIdentifierCollection Class

Definition

public ref class PropertyIdentifierCollection : System::Collections::ObjectModel::Collection<Microsoft::VisualStudio::DesignTools::Extensibility::Metadata::PropertyIdentifier>
public class PropertyIdentifierCollection : System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.DesignTools.Extensibility.Metadata.PropertyIdentifier>
type PropertyIdentifierCollection = class
    inherit Collection<PropertyIdentifier>
Public Class PropertyIdentifierCollection
Inherits Collection(Of PropertyIdentifier)
Inheritance
PropertyIdentifierCollection

Constructors

PropertyIdentifierCollection()

Methods

Add(TypeDefinition, String)
Add(TypeIdentifier, String)
InsertItem(Int32, PropertyIdentifier)
SetItem(Int32, PropertyIdentifier)

Applies to