ProvideBindingPathAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個屬性會註冊應該在元件載入時探查候選元件的路徑。
例如:[...\VisualStudio\10.0\BindingPaths{5C48C732-5C7F-40f0-87A7-05C4F15BC8C3}] “$PackageFolder$”=“”
這會將 「PackageFolder」 (即 pkgdef 檔案的位置) 註冊為要探查的目錄,以供載入的元件。
public ref class ProvideBindingPathAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
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
- 繼承
- 屬性
備註
例如:
[...\VisualStudio\10.0\BindingPaths\{5C48C732-5C7F-40f0-87A7-05C4F15BC8C3}]
“$PackageFolder$”=“”
這會註冊 PackageFolder (,也就是 pkgdef 檔案的位置) 做為要探查的目錄,以供載入的元件。
建構函式
ProvideBindingPathAttribute() |
初始化 ProvideBindingPathAttribute 類別的新執行個體。 |
屬性
SubPath |
要在 $PackageFolder$ 之後設定的選擇性 SubPath。 如果要探查的元件位於與 pkgdef 檔案不同的目錄中,就應該使用此方式。 |
TypeId |
覆寫 TypeID 屬性,讓 RegistrationAttribute 衍生類別使用 System.ComponentModel.TypeDescriptor.GetAttributes (...) 。衍生自這個屬性的屬性必須覆寫此屬性,只有在實例上需要更好的控件,才能套用至類別。 (繼承來源 RegistrationAttribute) |
方法
GetPackageRegKeyPath(Guid) |
取得相對於 VSPackage 應用程式) 之登錄根目錄的登錄路徑 (。 (繼承來源 RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
向指定的內容註冊這個屬性。 |
Unregister(RegistrationAttribute+RegistrationContext) |
取消註冊這個屬性。 |