IVsENCRebuildableProjectCfg.ENCRebuild(Object, Object) Method
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:
int ENCRebuild(System::Object ^ in_pProgram, [Runtime::InteropServices::Out] System::Object ^ % out_ppSnapshot);
public int ENCRebuild (object in_pProgram, out object out_ppSnapshot);
abstract member ENCRebuild : obj * obj -> int
Public Function ENCRebuild (in_pProgram As Object, ByRef out_ppSnapshot As Object) As Integer
Parameters
- in_pProgram
- Object
- out_ppSnapshot
- Object