ProvideStaticToolboxItemAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 특성은 도구 상자가 레지스트리에서 읽을 도구 상자 항목을 선언합니다. 자세한 내용은 에 대한 IVsToolboxItemProvider 설명을 참조하세요.
public ref class ProvideStaticToolboxItemAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideStaticToolboxItemAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideStaticToolboxItemAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideStaticToolboxItemAttribute = class
inherit RegistrationAttribute
Public NotInheritable Class ProvideStaticToolboxItemAttribute
Inherits RegistrationAttribute
- 상속
- 특성
생성자
ProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32) |
지정된 데이터를 사용하여 의 ProvideStaticToolboxItemAttribute 새 instance 초기화합니다. |
ProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32, String, String, String, String) |
다중 대상 메타데이터를 사용하여 의 ProvideStaticToolboxItemAttribute 새 instance 초기화합니다. |
속성
AssemblyName |
어셈블리 이름을 가져옵니다. |
BitmapIndex |
비트맵 인덱스 가져옵니다. |
BitmapResourceId |
비트맵 리소스 ID를 가져옵니다. |
Formats |
형식을 가져옵니다. |
GroupId |
그룹 ID를 가져옵니다. |
HelpKeyword |
도움말 키워드(keyword) 가져옵니다. |
Id |
ID를 가져옵니다. |
Index |
인덱스 가져오기 |
Name |
이름을 가져옵니다. |
SupportedFrameworks |
지원되는 프레임워크를 가져옵니다. |
TargetedItemProvider |
대상 항목 공급자를 가져옵니다. |
TipComponentType |
팁 구성 요소 유형을 가져옵니다. |
TipDescription |
팁 설명을 가져옵니다. |
TipPublisher |
팁 게시자를 가져옵니다. |
TipTitle |
팁 제목을 가져옵니다. |
TipVersion |
팁 버전을 가져옵니다. |
TransparentColor |
색을 가져옵니다. |
TypeId |
RegistrationAttribute 파생 클래스가 System.ComponentModel.TypeDescriptor.GetAttributes(...)에서 작동하도록 하려면 TypeID 속성을 재정의합니다. 이 속성에서 파생된 특성은 클래스에 적용할 수 있는 인스턴스에 대한 더 나은 제어가 필요한 경우에만 이 속성을 재정의해야 합니다. (다음에서 상속됨 RegistrationAttribute) |
TypeName |
형식 이름을 가져옵니다. |
UseProjectTargetFrameworkVersionInTooltip |
도구 설명에서 대상 프레임워크 버전을 사용할지 여부를 결정합니다. |
메서드
GetPackageRegKeyPath(Guid) |
VSPackage의 레지스트리 경로(애플리케이션의 레지스트리 루트를 기준으로)를 가져옵니다. (다음에서 상속됨 RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
지정된 컨텍스트에 이 특성을 등록하기 위해 호출됩니다. |
Unregister(RegistrationAttribute+RegistrationContext) |
등록 데이터를 제거합니다. |