ProvideXmlEditorChooserDesignerViewAttribute 클래스

정의

사용자 지정 XML 디자이너에 대한 XML 선택기 등록 정보를 제공하는 데 사용됩니다.

public ref class ProvideXmlEditorChooserDesignerViewAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideXmlEditorChooserDesignerViewAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideXmlEditorChooserDesignerViewAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class ProvideXmlEditorChooserDesignerViewAttribute
Inherits RegistrationAttribute
상속
ProvideXmlEditorChooserDesignerViewAttribute
특성

생성자

ProvideXmlEditorChooserDesignerViewAttribute(String, String, Object, Int32)

ProvideXmlEditorChooserDesignerViewAttribute에 대한 생성자입니다.

속성

CodeLogicalViewEditor

코드 논리 뷰와 연결할 편집기 팩터리

DebuggingLogicalViewEditor

디버깅 논리 뷰와 연결할 편집기 팩터리

DefaultLogicalView

기본 논리 뷰에 대한 편집기 팩터리의 고유 ID입니다.

DesignerLogicalViewEditor

디자이너 논리 뷰와 연결할 편집기 팩터리

Extension

사용자 지정 XML 형식의 파일 확장명(예: "xaml", "resx", "xsd").

IsDataSet

DataSet 디자이너에서만 사용되는 특수 값입니다.

MatchExtensionAndNamespace

XML 선택기가 파일 확장명과 네임스페이스 모두에서 일치해야 하는지 여부를 나타내는 부울 값입니다. false이면 확장 또는 네임스페이스에서 XML 선택기가 일치합니다.

Name

XML 편집기용 레지스트리 keyName입니다. 예: "RESX", "Silverlight", "Workflow" 등...

Namespace

이 편집기가 지원하는 문서에 사용되는 XML 네임스페이스입니다.

TextLogicalViewEditor

텍스트 논리 뷰와 연결할 편집기 팩터리

TypeId

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

(다음에서 상속됨 RegistrationAttribute)
XmlChooserPriority

XML 선택기에서 확장의 우선 순위입니다. 이 값은 XML 디자이너의 EditorFactory에 대한 확장의 우선 순위 값보다 커야 합니다.

메서드

GetPackageRegKeyPath(Guid)

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

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

특정 확장의 잠재적 편집기로 디자이너 등록

Unregister(RegistrationAttribute+RegistrationContext)

특정 확장에 대한 잠재적 편집기로 디자이너 등록 취소

적용 대상