IVsSccToolsOptions Interface

Retrieves and updates various options associated with source control.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("53544C4D-304B-4D82-AD93-074816C1A0E5")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSccToolsOptions
'Usage
Dim instance As IVsSccToolsOptions
[GuidAttribute("53544C4D-304B-4D82-AD93-074816C1A0E5")]
[InterfaceTypeAttribute()]
public interface IVsSccToolsOptions
[GuidAttribute(L"53544C4D-304B-4D82-AD93-074816C1A0E5")]
[InterfaceTypeAttribute()]
public interface class IVsSccToolsOptions
public interface IVsSccToolsOptions

Remarks

Only the options specified in the __SccToolsOptionsEnum enumeration are accepted by these methods.

Notes to Implementers:

This interface is implemented by the environment to support access to various source control-related options.

Notes to Callers:

The source control package can use this interface to set and get various options associated with source control and the source control package itself.

See Also

Reference

IVsSccToolsOptions Members

Microsoft.VisualStudio.Shell.Interop Namespace