IVsProfileSettingsFileInfo Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents profile settings file information.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("8E8E55A9-4111-4808-A0D0-7F067FB3A62F")> _
Public Interface IVsProfileSettingsFileInfo
[InterfaceTypeAttribute()]
[GuidAttribute("8E8E55A9-4111-4808-A0D0-7F067FB3A62F")]
public interface IVsProfileSettingsFileInfo
[InterfaceTypeAttribute()]
[GuidAttribute(L"8E8E55A9-4111-4808-A0D0-7F067FB3A62F")]
public interface class IVsProfileSettingsFileInfo
[<InterfaceTypeAttribute()>]
[<GuidAttribute("8E8E55A9-4111-4808-A0D0-7F067FB3A62F")>]
type IVsProfileSettingsFileInfo = interface end
public interface IVsProfileSettingsFileInfo
The IVsProfileSettingsFileInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetDescription | |
![]() |
GetFileLocation | |
![]() |
GetFilePath | |
![]() |
GetFriendlyName | |
![]() |
GetSettingsForImport |
Top