RegisterLoadKeyAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
RegisterLoadKeyAttribute has been deprecated. Please use ProvideLoadKeyAttribute instead.
この属性は、パッケージのパッケージ読み込みキーを登録します。 この属性は非推奨とされました。
public ref class RegisterLoadKeyAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class RegisterLoadKeyAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
[System.Obsolete("RegisterLoadKeyAttribute has been deprecated. Please use ProvideLoadKeyAttribute instead.")]
public sealed class RegisterLoadKeyAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
[<System.Obsolete("RegisterLoadKeyAttribute has been deprecated. Please use ProvideLoadKeyAttribute instead.")>]
type RegisterLoadKeyAttribute = class
inherit RegistrationAttribute
Public NotInheritable Class RegisterLoadKeyAttribute
Inherits RegistrationAttribute
- 継承
- 属性
注釈
Visual Studio 2008 以前を対象とする VSPackage の場合は、代わりに を使用 ProvideLoadKeyAttribute してください。 Visual Studio 2010 を対象とする VSPackage では、どちらの属性も必要ありません。
コンストラクター
RegisterLoadKeyAttribute(String, String, String, String, Int16) |
古い.
新しい RegisterLoadKeyAttribute を作成します。 この属性は非推奨とされました。 |
プロパティ
CompanyName |
古い.
会社の名前を取得します。 この属性は非推奨とされました。 |
MinimumEdition |
古い.
VSPackage の読み込みに必要な Visual Studio の最小エディションを取得します。 この属性は非推奨とされました。 |
ProductName |
古い.
VSPackage の名前を取得します。 この属性は非推奨とされました。 |
ProductVersion |
古い.
VSPackage のバージョン番号を取得します。 この属性は非推奨とされました。 |
ResourceId |
古い.
パッケージ読み込みキーのリソース ID を取得します。 この属性は非推奨とされました。 |
TypeId |
古い.
RegistrationAttribute 派生クラスが System.ComponentModel.TypeDescriptor.GetAttributes(...) と連携できるように、TypeID プロパティをオーバーライドします。このプロパティから派生した属性は、クラスに適用できるインスタンスをより適切に制御する必要がある場合にのみ、このプロパティをオーバーライドする必要があります。 (継承元 RegistrationAttribute) |
メソッド
GetPackageRegKeyPath(Guid) |
古い.
VSPackage のレジストリ パス (アプリケーションのレジストリ ルートに対する相対パス) を取得します。 (継承元 RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
古い.
regpkg.exe などの外部登録ツールによって呼び出されたときに VSPackage に関する登録情報を提供します。 この属性は非推奨とされました。 |
RegKeyName(RegistrationAttribute+RegistrationContext) |
古い.
このパッケージの読み込みキー情報のレジストリ キー名。 |
Unregister(RegistrationAttribute+RegistrationContext) |
古い.
このパッケージの読み込みキー情報の登録を解除します |