共用方式為


ComponentPickerPropertyPageAttribute 類別

定義

此屬性會新增元件選擇器的屬性頁註冊例如:[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
繼承
ComponentPickerPropertyPageAttribute
屬性

備註

例如:

[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 元件”

建構函式

ComponentPickerPropertyPageAttribute(Type, Type, String)

建立新的 ComponentPicker 頁面註冊屬性,以註冊自定義元件選擇器屬性頁。

屬性

AddToMru

取得或設定 AddToMru 值

ComponentType

取得或設定 [元件類型] 值。

DefaultPageNameValue

get / set default page name value

PacakgeGuid

取得步調 Guid

PageGuid

取得代表屬性頁的 Guid

PageRegKeyName

取得屬性頁 reg 機碼名稱。

SortOrder

取得或設定 Sort reg 值

TypeId

覆寫 TypeID 屬性,讓 RegistrationAttribute 衍生類別搭配 System.ComponentModel.TypeDescriptor.GetAttributes (...) 。衍生自這個屬性的屬性只有在需要對可套用至類別的實例有更好的控制權時,才必須覆寫此屬性。

(繼承來源 RegistrationAttribute)

方法

GetPackageRegKeyPath(Guid)

取得相對於 VSPackage 之應用程式) 之登錄根目錄的登錄路徑 (。

(繼承來源 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

呼叫以註冊這個具有指定內容的屬性。 內容,其中包含用來放置註冊資訊的位置。 它也包含其他資訊,例如所註冊的類型和路徑資訊。

Unregister(RegistrationAttribute+RegistrationContext)

取消註冊屬性頁

適用於