IVsENCRebuildableProjectCfg.ENCRebuild Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

‘선언
Function ENCRebuild ( _
    in_pProgram As Object, _
    <OutAttribute> ByRef out_ppSnapshot As Object _
) As Integer
‘사용 방법
Dim instance As IVsENCRebuildableProjectCfg
Dim in_pProgram As Object
Dim out_ppSnapshot As Object
Dim returnValue As Integer

returnValue = instance.ENCRebuild(in_pProgram, _
    out_ppSnapshot)
int ENCRebuild(
    Object in_pProgram,
    out Object out_ppSnapshot
)
int ENCRebuild(
    [InAttribute] Object^ in_pProgram, 
    [OutAttribute] Object^% out_ppSnapshot
)
abstract ENCRebuild : 
        in_pProgram:Object * 
        out_ppSnapshot:Object byref -> int 
function ENCRebuild(
    in_pProgram : Object, 
    out_ppSnapshot : Object
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsENCRebuildableProjectCfg Interface

IVsENCRebuildableProjectCfg Members

Microsoft.VisualStudio.Shell.Interop Namespace