EventBindingService クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IEventBindingService インターフェイスの既定の実装。
public ref class EventBindingService abstract : System::ComponentModel::Design::IEventBindingService
public abstract class EventBindingService : System.ComponentModel.Design.IEventBindingService
[System.Security.SecurityCritical]
public abstract class EventBindingService : System.ComponentModel.Design.IEventBindingService
type EventBindingService = class
interface IEventBindingService
[<System.Security.SecurityCritical>]
type EventBindingService = class
interface IEventBindingService
Public MustInherit Class EventBindingService
Implements IEventBindingService
- 継承
-
EventBindingService
- 属性
- 実装
注釈
コンポーネント イベントのイベント ハンドラーを登録するためのサービスを提供することで、 EventBindingService デザイナー コードからコンポーネント イベントとイベント ハンドラーをリンクする方法が提供されます。
コンストラクター
EventBindingService(IServiceProvider) |
EventBindingService クラスの新しいインスタンスを初期化します。 |
メソッド
CreateUniqueMethodName(IComponent, EventDescriptor) |
一意のメソッド名を作成します。 |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
FreeMethod(IComponent, EventDescriptor, String) |
特定のメソッドがイベント ハンドラーによって使用されていないという通知を出します。 |
GetCompatibleMethods(EventDescriptor) |
互換性のあるメソッドの名前のコレクションを返します。 |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetService(Type) |
要求されたサービスをサービス プロバイダーから取得します。 |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ShowCode() |
ユーザー コードを表示します。 |
ShowCode(IComponent, EventDescriptor, String) |
指定したメソッドのユーザー コードを表示します。 |
ShowCode(Int32) |
指定した行番号にあるユーザー コードを表示します。 |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
UseMethod(IComponent, EventDescriptor, String) |
特定のメソッドがイベント ハンドラーによって使用されているという通知を出します。 |
ValidateMethodName(String) |
指定したメソッド名が使用する言語またはスクリプトに対して有効であるかを検証します。 |
明示的なインターフェイスの実装
IEventBindingService.CreateUniqueMethodName(IComponent, EventDescriptor) |
指定したコンポーネントおよびイベントのイベント ハンドラー メソッドに対して一意の名前を作成します。 |
IEventBindingService.GetCompatibleMethods(EventDescriptor) |
指定したイベントと互換性のあるメソッド シグネチャを持つイベント ハンドラー メソッドのコレクションを取得します。 |
IEventBindingService.GetEvent(PropertyDescriptor) |
指定したプロパティ記述子がイベントを表す場合、そのイベントの EventDescriptor を取得します。 |
IEventBindingService.GetEventProperties(EventDescriptorCollection) |
一連のイベント記述子を一連のプロパティ記述子に変換します。 |
IEventBindingService.GetEventProperty(EventDescriptor) |
単一のイベント記述子をプロパティ記述子に変換します。 |
IEventBindingService.ShowCode() |
デザイナーに関連するコードを表示します。 |
IEventBindingService.ShowCode(IComponent, EventDescriptor) |
指定したイベントに関連するコードを表示します。 |
IEventBindingService.ShowCode(Int32) |
デザイナーに関連するコードの指定した行を表示します。 |
適用対象
こちらもご覧ください
.NET