IVSS.VSSDatabase Property
Gets a reference of the IVSSDatabase type to the VSSDatabase object.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
ReadOnly Property VSSDatabase As VSSDatabase
'Usage
Dim instance As IVSS
Dim value As VSSDatabase
value = instance.VSSDatabase
VSSDatabase VSSDatabase { get; }
property VSSDatabase^ VSSDatabase {
VSSDatabase^ get ();
}
/** @property */
VSSDatabase get_VSSDatabase ()
function get VSSDatabase () : VSSDatabase
Property Value
A reference of the IVSSDatabase type to the VSSDatabase object.
Remarks
[IDL]
HRESULT VSSDatabase([out, retval] IVSSDatabase **ppIVSSDatabase);
See Also
Reference
IVSS Interface
IVSS Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace