次の方法で共有


ProvideSearchProviderAttribute クラス

定義

この属性は、パッケージを検索プロバイダー (IVsSearchProvider) エクステンダーとして登録します。
で渡される型と名前によって、登録される検索プロバイダーが決まります。

public ref class ProvideSearchProviderAttribute sealed : Microsoft::VisualStudio::Shell::ExtensionPointRegistrationAttribute
public ref class ProvideSearchProviderAttribute sealed : Microsoft::VisualStudio::Shell::ExtensionPointRegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideSearchProviderAttribute : Microsoft.VisualStudio.Shell.ExtensionPointRegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideSearchProviderAttribute = class
    inherit ExtensionPointRegistrationAttribute
Public NotInheritable Class ProvideSearchProviderAttribute
Inherits ExtensionPointRegistrationAttribute
継承
属性

コンストラクター

ProvideSearchProviderAttribute(Type, String)

パッケージが IVsSearchProviderFactory インターフェイス (例: から ExtensionPointPackage派生) を実装し、検索プロバイダーを実装する型を宣言することを指定します。

プロパティ

ExtensionProvidersKey

拡張機能プロバイダーが宣言されているレジストリ内のパス。 派生クラスで オーバーライドします。

(継承元 ExtensionPointRegistrationAttribute)
ExtensionProviderType

拡張機能プロバイダーの型 (実装されているインターフェイス)

(継承元 ExtensionPointRegistrationAttribute)
Name

拡張ポイント プロバイダーの人間が判読できる名前 これは、ローカライズされていない文字列か、マネージド リソースを示す '@' のプレフィックスが付いた 10 進数リソース識別子のいずれかになります。 たとえば、"@1234" '#' プレフィックスを使用してネイティブ リソースをヒントすることができます。

(継承元 ExtensionPointRegistrationAttribute)
Provider

プロバイダーの GUID

(継承元 ExtensionPointRegistrationAttribute)
ProviderGuidString

プロバイダーの GUID を文字列として表す

(継承元 ExtensionPointRegistrationAttribute)
ProviderType

このパッケージに関連付けられている拡張ポイントを実装する型

(継承元 ExtensionPointRegistrationAttribute)
TypeId

RegistrationAttribute 派生クラスが System.ComponentModel.TypeDescriptor.GetAttributes(...) と連携できるように、TypeID プロパティをオーバーライドします。このプロパティから派生した属性は、クラスに適用できるインスタンスをより適切に制御する必要がある場合にのみ、このプロパティをオーバーライドする必要があります。

(継承元 RegistrationAttribute)

メソッド

GetPackageRegKeyPath(Guid)

VSPackage のレジストリ パス (アプリケーションのレジストリ ルートに対する相対パス) を取得します。

(継承元 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

指定されたコンテキストでこの属性を登録します。 コンテキストには、登録情報の配置先の場所が含まれます。 また、登録されている型やパス情報も含まれます。

(継承元 ExtensionPointRegistrationAttribute)
Unregister(RegistrationAttribute+RegistrationContext)

この拡張機能ポイント プロバイダーの仕様の登録を解除します。

(継承元 ExtensionPointRegistrationAttribute)

適用対象