다음을 통해 공유


ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute 클래스

정의

사용자 지정 XML 디자이너가 표준 텍스트 기반 XML 편집기를 사용하여 SxS 편집을 허용해서는 안 됨을 나타내는 데 사용됩니다.

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에 대한 생성자입니다.

속성

EditorFactory

XML 편집기 병렬 편집을 차단해야 하는 편집기 팩터리의 고유 ID

Name

XML 편집기 병렬 편집을 차단해야 하는 디자이너의 레지스트리 키 이름

TypeId

RegistrationAttribute 파생 클래스가 System.ComponentModel.TypeDescriptor.GetAttributes(...)와 함께 작동하도록 하려면 TypeID 속성을 재정의합니다. 이 속성에서 파생된 특성은 클래스에 적용할 수 있는 인스턴스에 대한 더 나은 제어가 필요한 경우에만 이 속성을 재정의해야 합니다.

(다음에서 상속됨 RegistrationAttribute)

메서드

GetPackageRegKeyPath(Guid)

VSPackage의 레지스트리 경로(애플리케이션의 레지스트리 루트를 기준으로)를 가져옵니다.

(다음에서 상속됨 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

편집기 팩터리를 Xml 편집기 함께 병렬 편집을 지원하지 않는 것으로 등록합니다.

Unregister(RegistrationAttribute+RegistrationContext)

Xml 편집기 함께 병렬 편집을 지원하지 않는 편집기 팩터리 등록을 취소합니다.

적용 대상