提供用于管理设置存储区。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
Microsoft.VisualStudio.Shell.Interop.10.0(在 Microsoft.VisualStudio.Shell.Interop.10.0.dll 中)
语法
声明
<GuidAttribute("94D59A1D-A3A8-46AB-B1DE-B7F034018137")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSettingsManager
[GuidAttribute("94D59A1D-A3A8-46AB-B1DE-B7F034018137")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSettingsManager
IVsSettingsManager 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
GetApplicationDataFolder | 返回 Visual Studio 使用存储各种文件的应用程序数据 " 文件夹路径。 |
![]() |
GetCollectionScopes | 返回有关范围的标志指定集合的。 |
![]() |
GetCommonExtensionsSearchPaths | 返回常见扩展搜索路径的列表。本机代码调用方应首先调用此方法与 paths = 0 和 commonExtensionsPaths = empty 获取该路径数列表中并将一个对应的数组,然后再次调用它实际列表路径的访问。 |
![]() |
GetPropertyScopes | 返回在给定集合包含给定属性的范围。 |
![]() |
GetReadOnlySettingsStore | 返回请求范围的 IVsSettingsStore 接口,可用于只读操作使用。 |
![]() |
GetWritableSettingsStore | 返回请求的范围中的 IVsWritableSettingsStore 接口。 |
页首