IVsENCRebuildableProjectCfg.ENCComplete Method

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

Syntax

'Declaration
Function ENCComplete ( _
    in_fENCSuccess As Integer _
) As Integer
int ENCComplete(
    int in_fENCSuccess
)
int ENCComplete(
    [InAttribute] int in_fENCSuccess
)
abstract ENCComplete : 
        in_fENCSuccess:int -> int 
function ENCComplete(
    in_fENCSuccess : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsENCRebuildableProjectCfg Interface

Microsoft.VisualStudio.Shell.Interop Namespace