IVsScriptJmcUserSettingsProvider Interface
The script user settings provider.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<GuidAttribute("CEAA99FB-69E7-426D-B3D4-CA1BB1B6BDC3")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsScriptJmcUserSettingsProvider
[GuidAttribute("CEAA99FB-69E7-426D-B3D4-CA1BB1B6BDC3")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsScriptJmcUserSettingsProvider
[GuidAttribute(L"CEAA99FB-69E7-426D-B3D4-CA1BB1B6BDC3")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsScriptJmcUserSettingsProvider
[<GuidAttribute("CEAA99FB-69E7-426D-B3D4-CA1BB1B6BDC3")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsScriptJmcUserSettingsProvider = interface end
public interface IVsScriptJmcUserSettingsProvider
The IVsScriptJmcUserSettingsProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateJsonUserSettingsControl | Create JSON user settings. |
Top