IVsSccToolsOptions Interface
Visual Studio 2015
Retrieves and updates various options associated with source control.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetSccToolsOption(SccToolsOptionsEnum, Object) | Retrieves the value associated with the specified source control option. |
![]() | SetSccToolsOption(SccToolsOptionsEnum, Object) | This method sets a specified source control option to the specified value. |
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.
Show:
