ComponentPickerPropertyPageAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この属性は、コンポーネント ピッカーのプロパティ ページ登録を追加します。例: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0Exp\ComponentPickerPages\My Component Page] @="#13925" "Package"="{B0002DC2-56EE-4931-93F7-70D6E9863940}" "Page"="{0A9F3920-3881-4f50-8986-9EDEC7B33566}" "Sort"=dword:00000014 "AddToMru"=dword:00000000 "ComponentType"=".Net Assembly"
public ref class ComponentPickerPropertyPageAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ComponentPickerPropertyPageAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ComponentPickerPropertyPageAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ComponentPickerPropertyPageAttribute = class
inherit RegistrationAttribute
Public NotInheritable Class ComponentPickerPropertyPageAttribute
Inherits RegistrationAttribute
- 継承
- 属性
注釈
例:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0Exp\ComponentPickerPages\My Component Page]
@="#13925"
"Package"="{B0002DC2-56EE-4931-93F7-70D6E9863940}"
"Page"="{0A9F3920-3881-4f50-8986-9EDEC7B33566}"
"Sort"=dword:00000014
"AddToMru"=dword:00000000
"ComponentType"=".NET Assembly"
コンストラクター
ComponentPickerPropertyPageAttribute(Type, Type, String) |
カスタム コンポーネント ピッカー プロパティ ページを登録する新しい ComponentPicker ページ登録属性を作成します。 |
プロパティ
AddToMru |
AddToMru 値を取得または設定する |
ComponentType |
コンポーネントの種類の値を取得または設定します。 |
DefaultPageNameValue |
get / sets default page name value |
PacakgeGuid |
pacakge Guid を取得する |
PageGuid |
プロパティ ページを表す Guid を取得する |
PageRegKeyName |
プロパティ ページの reg キー名を取得します。 |
SortOrder |
並べ替えの reg 値を取得または設定する |
TypeId |
RegistrationAttribute 派生クラスが System.ComponentModel.TypeDescriptor.GetAttributes(...) と連携できるように、TypeID プロパティをオーバーライドします。このプロパティから派生した属性は、クラスに適用できるインスタンスをより適切に制御する必要がある場合にのみ、このプロパティをオーバーライドする必要があります。 (継承元 RegistrationAttribute) |
メソッド
GetPackageRegKeyPath(Guid) |
VSPackage のレジストリ パス (アプリケーションのレジストリ ルートに対する相対パス) を取得します。 (継承元 RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
指定されたコンテキストでこの属性を登録します。 コンテキストには、登録情報の配置先の場所が含まれます。 また、登録されている型やパス情報などのその他の情報も含まれます。 |
Unregister(RegistrationAttribute+RegistrationContext) |
プロパティ ページの登録を解除する |