VSSItemClass Class 

This class 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
<GuidAttribute("783CD4E3-9D54-11CF-B8EE-00608CC9A71F")> _
<ClassInterfaceAttribute(0)> _
Public Class VSSItemClass
    Implements IVSSItem, VSSItem
'Usage
Dim instance As VSSItemClass
[GuidAttribute("783CD4E3-9D54-11CF-B8EE-00608CC9A71F")] 
[ClassInterfaceAttribute(0)] 
public class VSSItemClass : IVSSItem, VSSItem
[GuidAttribute(L"783CD4E3-9D54-11CF-B8EE-00608CC9A71F")] 
[ClassInterfaceAttribute(0)] 
public ref class VSSItemClass : IVSSItem, VSSItem
/** @attribute GuidAttribute("783CD4E3-9D54-11CF-B8EE-00608CC9A71F") */ 
/** @attribute ClassInterfaceAttribute(0) */ 
public class VSSItemClass implements IVSSItem, VSSItem
GuidAttribute("783CD4E3-9D54-11CF-B8EE-00608CC9A71F") 
ClassInterfaceAttribute(0) 
public class VSSItemClass implements IVSSItem, VSSItem

Remarks

Implements IVSSItem interface.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.SourceSafe.Interop.VSSItemClass

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VSSItemClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace