Share via


VSSItemClass.Destroy Method 

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Syntax

'Declaration
Public Overridable Sub Destroy Implements IVSSItem.Destroy
'Usage
Dim instance As VSSItemClass

CType(instance, IVSSItem).Destroy
public virtual void IVSSItem.Destroy ()
public:
virtual void Destroy () = IVSSItem::Destroy
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

See Also

Reference

VSSItemClass Class
VSSItemClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace