次の方法で共有


_IDispWizComboEvents インターフェイス

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

マイクロソフト内部でのみ使用します。

名前空間:  Microsoft.VisualStudio.VsWizard
アセンブリ:  Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll 内)

構文

'宣言
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
<GuidAttribute("FF7FD486-9741-4F0B-AE16-AC266818154F")> _
Public Interface _IDispWizComboEvents
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[GuidAttribute("FF7FD486-9741-4F0B-AE16-AC266818154F")]
public interface _IDispWizComboEvents
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)]
[GuidAttribute(L"FF7FD486-9741-4F0B-AE16-AC266818154F")]
public interface class _IDispWizComboEvents
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>]
[<GuidAttribute("FF7FD486-9741-4F0B-AE16-AC266818154F")>]
type _IDispWizComboEvents =  interface end
public interface _IDispWizComboEvents

_IDispWizComboEvents 型で公開されるメンバーは以下のとおりです。

メソッド

  名前 説明
パブリック メソッド Change インフラストラクチャ。 マイクロソフト内部でのみ使用します。
パブリック メソッド KeyDown インフラストラクチャ。 マイクロソフト内部でのみ使用します。

このページのトップへ

参照

関連項目

Microsoft.VisualStudio.VsWizard 名前空間