VSSDatabaseClass 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("783CD4E4-9D54-11CF-B8EE-00608CC9A71F")> _
Public Class VSSDatabaseClass
Implements IVSSDatabase, VSSDatabase
'Usage
Dim instance As VSSDatabaseClass
[ClassInterfaceAttribute(0)]
[GuidAttribute("783CD4E4-9D54-11CF-B8EE-00608CC9A71F")]
public class VSSDatabaseClass : IVSSDatabase, VSSDatabase
[ClassInterfaceAttribute(0)]
[GuidAttribute(L"783CD4E4-9D54-11CF-B8EE-00608CC9A71F")]
public ref class VSSDatabaseClass : IVSSDatabase, VSSDatabase
/** @attribute ClassInterfaceAttribute(0) */
/** @attribute GuidAttribute("783CD4E4-9D54-11CF-B8EE-00608CC9A71F") */
public class VSSDatabaseClass implements IVSSDatabase, VSSDatabase
ClassInterfaceAttribute(0)
GuidAttribute("783CD4E4-9D54-11CF-B8EE-00608CC9A71F")
public class VSSDatabaseClass implements IVSSDatabase, VSSDatabase
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.SourceSafe.Interop.VSSDatabaseClass
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
VSSDatabaseClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace