IVsProfileDataManager Interface
Provides access to the profile manager and to programmatic control of settings. You can get an instance of the interface from the SVsProfileDataManager (SID_SVsProfileDataManager) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaración
<GuidAttribute("466EFAF6-F832-4079-83CD-4BBB02719C1D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProfileDataManager
'Uso
Dim instance As IVsProfileDataManager
[GuidAttribute("466EFAF6-F832-4079-83CD-4BBB02719C1D")]
[InterfaceTypeAttribute()]
public interface IVsProfileDataManager
[GuidAttribute(L"466EFAF6-F832-4079-83CD-4BBB02719C1D")]
[InterfaceTypeAttribute()]
public interface class IVsProfileDataManager
[<GuidAttribute("466EFAF6-F832-4079-83CD-4BBB02719C1D")>]
[<InterfaceTypeAttribute()>]
type IVsProfileDataManager = interface end
public interface IVsProfileDataManager