IdentifierCollection.IVstaIdentifierCollection.Clear Method

Removes all items from the IdentifierCollection.

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

Syntax

'Declaration
Private Sub Clear Implements IVstaIdentifierCollection.Clear
'Usage
Dim instance As IdentifierCollection 

CType(instance, IVstaIdentifierCollection).Clear()
void IVstaIdentifierCollection.Clear()
private:
virtual void Clear() sealed = IVstaIdentifierCollection::Clear
JScript does not support explicit interface implementations.

Implements

IVstaIdentifierCollection.Clear()

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