SVsToolsOptions Interface

Passed to GetService to return a reference to the IVsToolsOptions interface.

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

Syntax

'Declaration
<GuidAttribute("376208E4-2679-4C9E-B3D5-929EB0F1A1F7")> _
<InterfaceTypeAttribute()> _
Public Interface SVsToolsOptions
[GuidAttribute("376208E4-2679-4C9E-B3D5-929EB0F1A1F7")]
[InterfaceTypeAttribute()]
public interface SVsToolsOptions
[GuidAttribute(L"376208E4-2679-4C9E-B3D5-929EB0F1A1F7")]
[InterfaceTypeAttribute()]
public interface class SVsToolsOptions
[<GuidAttribute("376208E4-2679-4C9E-B3D5-929EB0F1A1F7")>]
[<InterfaceTypeAttribute()>]
type SVsToolsOptions =  interface end
public interface SVsToolsOptions

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace