IVersionControlProvider.IsFileBoundToSCC Method

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

Syntax

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

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlProvider Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace