ConnectedServiceHandlerExportAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
型が ConnectedServiceHandler エクスポートを提供することを指定します。
public ref class ConnectedServiceHandlerExportAttribute sealed : System::ComponentModel::Composition::ExportAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class ConnectedServiceHandlerExportAttribute : System.ComponentModel.Composition.ExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ConnectedServiceHandlerExportAttribute = class
inherit ExportAttribute
Public NotInheritable Class ConnectedServiceHandlerExportAttribute
Inherits ExportAttribute
- 継承
-
ConnectedServiceHandlerExportAttribute
- 属性
コンストラクター
ConnectedServiceHandlerExportAttribute(String) |
ConnectedServiceHandlerExportAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
AppliesTo |
接続されたサービス ハンドラーをプロジェクトの機能に一致させる "AppliesTo" クエリ文字列を取得または設定します。 |
CustomEvaluator |
接続されたサービス ハンドラーに、プロジェクトをサポートするかどうかを指定する独自のロジックが含まれているかどうかを示す値を取得または設定します。 true の場合、ハンドラーは IVsHierarchyCustomEvaluator インターフェイスを実装する必要があります。 |
IsAbortSupported |
進行状況ダイアログの [中止] ボタンをサポートするかどうかを示す値を取得または設定します。 既定値は false です。 |
ProviderId |
プロバイダー/ハンドラーの一意のプロバイダー ID を取得します。 これは、プロバイダーとそのハンドラーを照合するために使用されます。 |
SupportedOutputType |
接続されたサービス ハンドラーをプロジェクトのターゲット プラットフォームに一致させる "OutputType" 文字列を取得または設定します。 |
SupportedProjectTypes |
接続されたサービス ハンドラーをプロジェクトのターゲット プラットフォームに一致させる "ProjectTypes" クエリ文字列を取得または設定します。 |
TargetPlatform |
接続されたサービス ハンドラーをプロジェクトのターゲット プラットフォームに一致させる "TargetPlatform" 文字列を取得または設定します。 |
TargetPlatformVersion |
接続されたサービス ハンドラーをプロジェクトのターゲット プラットフォーム バージョンに一致させる "TargetPlatformVersion" 文字列を取得または設定します。 |