VSSUserClass 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
<ClassInterfaceAttribute(0)> _
<GuidAttribute("2A0DE0E5-2E9F-11D0-9236-00AA00A1EB95")> _
Public Class VSSUserClass
Implements IVSSUser, VSSUser
'Usage
Dim instance As VSSUserClass
[ClassInterfaceAttribute(0)]
[GuidAttribute("2A0DE0E5-2E9F-11D0-9236-00AA00A1EB95")]
public class VSSUserClass : IVSSUser, VSSUser
[ClassInterfaceAttribute(0)]
[GuidAttribute(L"2A0DE0E5-2E9F-11D0-9236-00AA00A1EB95")]
public ref class VSSUserClass : IVSSUser, VSSUser
/** @attribute ClassInterfaceAttribute(0) */
/** @attribute GuidAttribute("2A0DE0E5-2E9F-11D0-9236-00AA00A1EB95") */
public class VSSUserClass implements IVSSUser, VSSUser
ClassInterfaceAttribute(0)
GuidAttribute("2A0DE0E5-2E9F-11D0-9236-00AA00A1EB95")
public class VSSUserClass implements IVSSUser, VSSUser
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.SourceSafe.Interop.VSSUserClass
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
VSSUserClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace