IVsENCRebuildableProjectCfg2.EncApplySucceeded Method

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

Syntax

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

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsENCRebuildableProjectCfg2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace