IVsProfileSettingsFileCollection Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the profile settings files.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0FAF274A-3898-445A-822F-7D42927EFEF9")> _
Public Interface IVsProfileSettingsFileCollection
[InterfaceTypeAttribute()]
[GuidAttribute("0FAF274A-3898-445A-822F-7D42927EFEF9")]
public interface IVsProfileSettingsFileCollection
[InterfaceTypeAttribute()]
[GuidAttribute(L"0FAF274A-3898-445A-822F-7D42927EFEF9")]
public interface class IVsProfileSettingsFileCollection
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0FAF274A-3898-445A-822F-7D42927EFEF9")>]
type IVsProfileSettingsFileCollection = interface end
public interface IVsProfileSettingsFileCollection
The IVsProfileSettingsFileCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddBrowseFile | ||
GetCount | ||
GetSettingsFile |
Top