_dispAssemblyReferencesEvents インターフェイス
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
このクラスは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: VsWebSite
アセンブリ: VsWebSite.Interop (VsWebSite.Interop.dll 内)
構文
'宣言
<InterfaceTypeAttribute()> _
<GuidAttribute("A1B04977-56DD-40D1-89E3-65E1902A9103")> _
Public Interface _dispAssemblyReferencesEvents
[InterfaceTypeAttribute()]
[GuidAttribute("A1B04977-56DD-40D1-89E3-65E1902A9103")]
public interface _dispAssemblyReferencesEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"A1B04977-56DD-40D1-89E3-65E1902A9103")]
public interface class _dispAssemblyReferencesEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("A1B04977-56DD-40D1-89E3-65E1902A9103")>]
type _dispAssemblyReferencesEvents = interface end
public interface _dispAssemblyReferencesEvents
_dispAssemblyReferencesEvents 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
AssemblyReferenceAdded | インフラストラクチャ。このメソッドは、.NET Framework インフラストラクチャをサポートしますが、コードから直接使用するためのものではありません。 | |
AssemblyReferenceRemoved | インフラストラクチャ。このメソッドは、.NET Framework インフラストラクチャをサポートしますが、コードから直接使用するためのものではありません。 |
このページのトップへ