PropertyIdentifierCollection Class
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.
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) |