ProvideKeyBindingTableAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
키 바인딩 테이블 GUID를 제공합니다.
public ref class ProvideKeyBindingTableAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideKeyBindingTableAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideKeyBindingTableAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideKeyBindingTableAttribute = class
inherit RegistrationAttribute
Public NotInheritable Class ProvideKeyBindingTableAttribute
Inherits RegistrationAttribute
- 상속
- 특성
설명
이 특성은 키 바인딩 테이블 GUID를 제공합니다. 패키지에 이 특성을 배치하면 .vsct 에 지정된 키 바인딩 테이블이 있음을 선언합니다. 이렇게 하면 패키지가 로드되지 않고 명령 집합을 제공할 수 있습니다. 사용자가 명령을 호출하면 패키지가 로드됩니다. .vsct 파일에 대한 자세한 내용은 VSCT XML 스키마 참조를 참조하세요.
레지스트리 항목
이 특성을 등록하는 동안 다음 레지스트리 항목이 만들어집니다.
VSROOT\KeyBindingTables\{TableGuid}
VSROOT\KeyBindingTables\{TableGuid}\@=#NameResourceID
VSROOT\KeyBindingTables\{TableGuid}\Package={PackageGuid}
생성자
ProvideKeyBindingTableAttribute(String, Int16) |
지정된 테이블 및 이름 리소스 ID에 대한 의 ProvideKeyBindingTableAttribute 새 instance 초기화합니다. |
속성
AllowNavKeyBinding |
사용자가 nagivation 키의 새 명령을 바인딩할 수 있는 경우 true로 설정 |
NameResourceID |
이름 리소스 ID를 가져옵니다. |
TableGuid |
키 바인딩 테이블의 GUID를 가져옵니다. |
TypeId |
RegistrationAttribute 파생 클래스가 System.ComponentModel.TypeDescriptor.GetAttributes(...)와 함께 작동하도록 하려면 TypeID 속성을 재정의합니다. 이 속성에서 파생된 특성은 클래스에 적용할 수 있는 인스턴스에 대한 더 나은 제어가 필요한 경우에만 이 속성을 재정의해야 합니다. (다음에서 상속됨 RegistrationAttribute) |
메서드
GetPackageRegKeyPath(Guid) |
VSPackage의 레지스트리 경로(애플리케이션의 레지스트리 루트를 기준으로)를 가져옵니다. (다음에서 상속됨 RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
지정된 컨텍스트에 이 특성을 등록하기 위해 호출됩니다. |
Unregister(RegistrationAttribute+RegistrationContext) |
regpkg.exe 같은 외부 등록 도구에서 호출할 때 VSPackage에 대한 등록 정보를 제거합니다. 자세한 내용은 VSPackage 등록을 참조하세요. |