IVCBuildCompleteCallback インターフェイス
名前空間: Microsoft.VisualStudio.VCProjectEngine
アセンブリ: Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll 内)
構文
'宣言
<GuidAttribute("3A59DD59-BC50-4936-B0B5-459225F4C286")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVCBuildCompleteCallback
[GuidAttribute("3A59DD59-BC50-4936-B0B5-459225F4C286")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVCBuildCompleteCallback
[GuidAttribute(L"3A59DD59-BC50-4936-B0B5-459225F4C286")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVCBuildCompleteCallback
[<GuidAttribute("3A59DD59-BC50-4936-B0B5-459225F4C286")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVCBuildCompleteCallback = interface end
public interface IVCBuildCompleteCallback
IVCBuildCompleteCallback 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
OnBuildCompleted |
このページのトップへ