IVersionControlService.IsInResolveRefresh Method

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Function IsInResolveRefresh ( _
    <OutAttribute> ByRef isInResolveRefresh As Boolean _
) As Integer
int IsInResolveRefresh(
    out bool isInResolveRefresh
)
int IsInResolveRefresh(
    [OutAttribute] bool% isInResolveRefresh
)
abstract IsInResolveRefresh : 
        isInResolveRefresh:bool byref -> int
function IsInResolveRefresh(
    isInResolveRefresh : boolean
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlService Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace