IVersionControlService.IsItemInLocalWorkspace Method

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

Syntax

'Declaration
Function IsItemInLocalWorkspace ( _
    localPath As String, _
    <OutAttribute> ByRef isInLocalWorkspace As Boolean _
) As Integer
int IsItemInLocalWorkspace(
    string localPath,
    out bool isInLocalWorkspace
)
int IsItemInLocalWorkspace(
    [InAttribute] String^ localPath, 
    [OutAttribute] bool% isInLocalWorkspace
)
abstract IsItemInLocalWorkspace : 
        localPath:string * 
        isInLocalWorkspace:bool byref -> int
function IsItemInLocalWorkspace(
    localPath : String, 
    isInLocalWorkspace : boolean
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlService Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace