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
[GuidAttribute("53544C4D-304B-4D82-AD93-074816C1A0E5")]
[InterfaceTypeAttribute()]
public interface IVsSccToolsOptions
[GuidAttribute(L"53544C4D-304B-4D82-AD93-074816C1A0E5")]
[InterfaceTypeAttribute()]
public interface class IVsSccToolsOptions
[<GuidAttribute("53544C4D-304B-4D82-AD93-074816C1A0E5")>]
[<InterfaceTypeAttribute()>]
type IVsSccToolsOptions =  interface end
public interface IVsSccToolsOptions

The IVsSccToolsOptions type exposes the following members.

Methods

  Name Description
Public method GetSccToolsOption Retrieves the value associated with the specified source control option.
Public method SetSccToolsOption This method sets a specified source control option to the specified value.

Top

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

Microsoft.VisualStudio.Shell.Interop Namespace