IVsSccToolsOptions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves and updates various options associated with source control.
public interface class IVsSccToolsOptions
public interface class IVsSccToolsOptions
__interface IVsSccToolsOptions
[System.Runtime.InteropServices.Guid("53544C4D-304B-4D82-AD93-074816C1A0E5")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSccToolsOptions
[<System.Runtime.InteropServices.Guid("53544C4D-304B-4D82-AD93-074816C1A0E5")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSccToolsOptions = interface
Public Interface IVsSccToolsOptions
- Attributes
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.
Methods
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. |