IVstaIdentifierUtility.Identifiers Property

Gets the collection of identifiers associated with the host item.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
ReadOnly Property Identifiers As IVstaIdentifierCollection
'Usage
Dim instance As IVstaIdentifierUtility 
Dim value As IVstaIdentifierCollection 

value = instance.Identifiers
IVstaIdentifierCollection Identifiers { get; }
property IVstaIdentifierCollection^ Identifiers {
    IVstaIdentifierCollection^ get ();
}
function get Identifiers () : IVstaIdentifierCollection

Property Value

Type: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop.IVstaIdentifierCollection
The collection of identifiers associated with the host item.

.NET Framework Security

See Also

Reference

IVstaIdentifierUtility Interface

IVstaIdentifierUtility Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace