ElementMovedEventManager クラス
要素によって移動するイベントを管理します。
継承階層
System.Object
Microsoft.VisualStudio.Modeling.GlobalEventManager
Microsoft.VisualStudio.Modeling.ElementEventManager
Microsoft.VisualStudio.Modeling.ExistingElementEventManager
Microsoft.VisualStudio.Modeling.ElementMovedEventManager
名前空間: Microsoft.VisualStudio.Modeling
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.11.0 (Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 内)
構文
'宣言
Public NotInheritable Class ElementMovedEventManager _
Inherits ExistingElementEventManager
public sealed class ElementMovedEventManager : ExistingElementEventManager
ElementMovedEventManager 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
Add(Delegate) | グローバルなイベント通知用のイベント ハンドラーを追加します。 (GlobalEventManager から継承されます。) | |
Add(Guid, Delegate) | 特定の要素イベントのハンドラーを追加します。 (ExistingElementEventManager から継承されます。) | |
Add(DomainClassInfo, Delegate) | ドメイン クラス レベルのイベントのハンドラーを追加します。 (ElementEventManager から継承されます。) | |
Add(DomainModelInfo, Delegate) | ドメイン モデル レベルのイベントのハンドラーを追加します。 (ElementEventManager から継承されます。) | |
Equals | 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。) | |
GetHashCode | 特定の型のハッシュ関数として機能します。 (Object から継承されます。) | |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | |
Remove(Delegate) | グローバルなイベント通知からイベント ハンドラーを削除します。 (GlobalEventManager から継承されます。) | |
Remove(Guid, Delegate) | 特定の要素のイベントのハンドラーを削除します。 (ExistingElementEventManager から継承されます。) | |
Remove(DomainClassInfo, Delegate) | ドメイン クラスまたはドメイン リレーションシップのイベント ハンドラーを削除します。 (ElementEventManager から継承されます。) | |
Remove(DomainModelInfo, Delegate) | 特定のドメイン モデルのイベント ハンドラーを削除します。 (ElementEventManager から継承されます。) | |
ToString | 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。) |
このページのトップへ
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。