ProvideBindingPathAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 특성은 어셈블리 로드 시 후보 어셈블리에 대해 검색해야 하는 경로를 등록합니다.
예: [...\VisualStudio$(Ver)\BindingPaths{5C48C732-5C7F-40f0-87A7-05C4F15BC8C3}] "$PackageFolder$"=""
그러면 "PackageFolder"(즉, pkgdef 파일의 위치)가 어셈블리가 로드될 디렉터리로 등록됩니다.
public ref class ProvideBindingPathAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideBindingPathAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideBindingPathAttribute = class
inherit RegistrationAttribute
Public NotInheritable Class ProvideBindingPathAttribute
Inherits RegistrationAttribute
- 상속
- 특성
생성자
ProvideBindingPathAttribute() |
이 특성은 어셈블리 로드 시 후보 어셈블리에 대해 검색해야 하는 경로를 등록합니다. 예: [...\VisualStudio$(Ver)\BindingPaths{5C48C732-5C7F-40f0-87A7-05C4F15BC8C3}] "$PackageFolder$"="" 그러면 "PackageFolder"(즉, pkgdef 파일의 위치)가 어셈블리가 로드될 디렉터리로 등록됩니다. |
속성
SubPath |
$PackageFolder$이후에 설정할 선택적 SubPath입니다. 프로브할 어셈블리가 pkgdef 파일과 다른 디렉터리에 있는 경우 사용해야 합니다. |
TypeId |
RegistrationAttribute 파생 클래스가 System.ComponentModel.TypeDescriptor.GetAttributes(...)에서 작동하도록 하려면 TypeID 속성을 재정의합니다. 이 속성에서 파생된 특성은 클래스에 적용할 수 있는 인스턴스에 대한 더 나은 제어가 필요한 경우에만 이 속성을 재정의해야 합니다. (다음에서 상속됨 RegistrationAttribute) |
메서드
GetPackageRegKeyPath(Guid) |
VSPackage의 레지스트리 경로(애플리케이션의 레지스트리 루트를 기준으로)를 가져옵니다. (다음에서 상속됨 RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
구성 요소 경로(또는 필요에 따라 구성 요소 경로의 하위 경로)를 VS의 어셈블리 관리자가 어셈블리를 resolve 때 검색할 추가 경로로 등록합니다. |
Unregister(RegistrationAttribute+RegistrationContext) |
구성 요소 경로를 바인딩 경로로 등록 취소 |