IVsUserSettings2 Interface
Provides help with importing and exporting settings.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("BCAACBEA-0763-491E-84E0-ED29DD8EBBA8")> _
Public Interface IVsUserSettings2
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("BCAACBEA-0763-491E-84E0-ED29DD8EBBA8")]
public interface IVsUserSettings2
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"BCAACBEA-0763-491E-84E0-ED29DD8EBBA8")]
public interface class IVsUserSettings2
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("BCAACBEA-0763-491E-84E0-ED29DD8EBBA8")>]
type IVsUserSettings2 = interface end
public interface IVsUserSettings2
The IVsUserSettings2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
ExportSettings | Exports the settings. | |
ImportSettings | Imports the settings. |
Top