Share via


IdentifierCollection.IVstaIdentifierCollection.Count Property

Gets the number of identifiers in the IdentifierCollection.

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

Syntax

'Declaration
Private ReadOnly Property Count As Integer 
    Implements IVstaIdentifierCollection.Count
'Usage
Dim instance As IdentifierCollection 
Dim value As Integer 

value = CType(instance, IVstaIdentifierCollection).Count
int IVstaIdentifierCollection.Count { get; }
private:
virtual property int Count {
    int get () sealed = IVstaIdentifierCollection::Count::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.Int32
The number of identifiers in the IdentifierCollection.

Implements

IVstaIdentifierCollection.Count

Remarks

This member is an explicit interface member implementation. It can be used only when the IdentifierCollection instance is cast to an IVstaIdentifierCollection interface.

.NET Framework Security

See Also

Reference

IdentifierCollection Class

IdentifierCollection Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace