IVsSettingsStore Interface

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

Syntax

‘선언
<GuidAttribute("6B43326C-AB7C-4263-A7EF-354B9DCBF3D8")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSettingsStore
‘사용 방법
Dim instance As IVsSettingsStore
[GuidAttribute("6B43326C-AB7C-4263-A7EF-354B9DCBF3D8")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSettingsStore
[GuidAttribute(L"6B43326C-AB7C-4263-A7EF-354B9DCBF3D8")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSettingsStore
[<GuidAttribute("6B43326C-AB7C-4263-A7EF-354B9DCBF3D8")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSettingsStore =  interface end
public interface IVsSettingsStore

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace