IVCBuildRequest2.BuildCompletedCallback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::VisualStudio::VCProjectEngine::IVCBuildCompleteCallback ^ BuildCompletedCallback { Microsoft::VisualStudio::VCProjectEngine::IVCBuildCompleteCallback ^ get(); void set(Microsoft::VisualStudio::VCProjectEngine::IVCBuildCompleteCallback ^ value); };
[System.Runtime.InteropServices.DispId(1610678274)]
public Microsoft.VisualStudio.VCProjectEngine.IVCBuildCompleteCallback BuildCompletedCallback { get; set; }
[<System.Runtime.InteropServices.DispId(1610678274)>]
member this.BuildCompletedCallback : Microsoft.VisualStudio.VCProjectEngine.IVCBuildCompleteCallback with get, set
Public Property BuildCompletedCallback As IVCBuildCompleteCallback
Property Value
Implements
- Attributes