ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute 类

定义

指示自定义 XML 设计器不应允许并行 (SxS) 使用基于文本的 XML 编辑器进行编辑。

public ref class ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute
Inherits RegistrationAttribute
继承
ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute
属性

构造函数

ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute(String, Object)

初始化 ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute 类的新实例。

属性

TypeId

获取此属性的当前实例。

(继承自 RegistrationAttribute)

方法

GetPackageRegKeyPath(Guid)

获取与 VSPackage 的应用程序) 的注册表根相关的注册表路径 (。

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

向给定的上下文注册此属性。

Unregister(RegistrationAttribute+RegistrationContext)

取消注册此属性。

适用于