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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace