VSSApp Interface 

Implements IVSS and IVSSEvents_Event interfaces.

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

Syntax

'Declaration
<GuidAttribute("783CD4EB-9D54-11CF-B8EE-00608CC9A71F")> _
Public Interface VSSApp
    Inherits IVSS, IVSSEvents_Event
'Usage
Dim instance As VSSApp
[GuidAttribute("783CD4EB-9D54-11CF-B8EE-00608CC9A71F")] 
public interface VSSApp : IVSS, IVSSEvents_Event
[GuidAttribute(L"783CD4EB-9D54-11CF-B8EE-00608CC9A71F")] 
public interface class VSSApp : IVSS, IVSSEvents_Event
/** @attribute GuidAttribute("783CD4EB-9D54-11CF-B8EE-00608CC9A71F") */ 
public interface VSSApp extends IVSS, IVSSEvents_Event
GuidAttribute("783CD4EB-9D54-11CF-B8EE-00608CC9A71F") 
public interface VSSApp extends IVSS, IVSSEvents_Event

See Also

Reference

VSSApp Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace