_dispReferencesEvents_Event インターフェイス
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
マイクロソフト内部でのみ使用。
名前空間: VSLangProj
アセンブリ: VSLangProj (VSLangProj.dll 内)
構文
'宣言
<ComVisibleAttribute(False)> _
Public Interface _dispReferencesEvents_Event
[ComVisibleAttribute(false)]
public interface _dispReferencesEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispReferencesEvents_Event
[<ComVisibleAttribute(false)>]
type _dispReferencesEvents_Event = interface end
public interface _dispReferencesEvents_Event
_dispReferencesEvents_Event 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
add_ReferenceAdded | インフラストラクチャ。 マイクロソフト内部でのみ使用。 | |
add_ReferenceChanged | インフラストラクチャ。 マイクロソフト内部でのみ使用。 | |
add_ReferenceRemoved | インフラストラクチャ。 マイクロソフト内部でのみ使用。 | |
remove_ReferenceAdded | インフラストラクチャ。 マイクロソフト内部でのみ使用。 | |
remove_ReferenceChanged | インフラストラクチャ。 マイクロソフト内部でのみ使用。 | |
remove_ReferenceRemoved | インフラストラクチャ。 マイクロソフト内部でのみ使用。 |
このページのトップへ
イベント
名前 | 説明 | |
---|---|---|
ReferenceAdded | インフラストラクチャ。 マイクロソフト内部でのみ使用。 | |
ReferenceChanged | インフラストラクチャ。 マイクロソフト内部でのみ使用。 | |
ReferenceRemoved | インフラストラクチャ。 マイクロソフト内部でのみ使用。 |
このページのトップへ