ProvideWorkspaceSettingsAttribute 类

定义

ProvideWorkspaceSettingsAttribute 类。 注册工作区设置文件,以便在 OpenFolder 设置中使用。

public ref class ProvideWorkspaceSettingsAttribute : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class)]
public class ProvideWorkspaceSettingsAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class)>]
type ProvideWorkspaceSettingsAttribute = class
    inherit RegistrationAttribute
Public Class ProvideWorkspaceSettingsAttribute
Inherits RegistrationAttribute
继承
ProvideWorkspaceSettingsAttribute
属性

构造函数

ProvideWorkspaceSettingsAttribute(String, String)

初始化 ProvideWorkspaceSettingsAttribute 类的新实例。

属性

RelativeSettingsJsonPath

获取扩展名内部存在的settings.json文件的相对路径。

SettingName

获取或设置设置名称。 默认为在构造对象期间生成的随机 GUID。

SettingsType

获取 (设置的类型,例如“VSWorkspaceSettings”) 。

TypeId

重写 TypeID 属性,使 RegistrationAttribute 派生类能够与 System.ComponentModel.TypeDescriptor.GetAttributes 一起使用 (...) 。仅当派生自此属性的属性需要对可应用于类的实例使用更好的控件时,它才必须重写此属性。

(继承自 RegistrationAttribute)

方法

GetPackageRegKeyPath(Guid)

获取相对于 VSPackage 的应用程序) 注册表根目录 (注册表路径。

(继承自 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

当外部注册工具(如 regpkg.exe)调用时,向给定上下文注册此 VSPackage。 有关详细信息,请参阅注册 VSPackages。

Unregister(RegistrationAttribute+RegistrationContext)

调用以便向给定的上下文撤消注册此属性。

适用于