IVersionControlService.OpenFromScc Method

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

Syntax

'Declaration
Function OpenFromScc ( _
    dialogTitle As String, _
    flags As VersionControlOpenFlags, _
    <OutAttribute> ByRef teamFoundationServer As String, _
    <OutAttribute> ByRef serverPath As String, _
    <OutAttribute> ByRef localPath As String, _
    <OutAttribute> ByRef dialogResult As Integer _
) As Integer
int OpenFromScc(
    string dialogTitle,
    VersionControlOpenFlags flags,
    out string teamFoundationServer,
    out string serverPath,
    out string localPath,
    out int dialogResult
)
int OpenFromScc(
    [InAttribute] String^ dialogTitle, 
    [InAttribute] VersionControlOpenFlags flags, 
    [OutAttribute] String^% teamFoundationServer, 
    [OutAttribute] String^% serverPath, 
    [OutAttribute] String^% localPath, 
    [OutAttribute] int% dialogResult
)
abstract OpenFromScc : 
        dialogTitle:string * 
        flags:VersionControlOpenFlags * 
        teamFoundationServer:string byref * 
        serverPath:string byref * 
        localPath:string byref * 
        dialogResult:int byref -> int
function OpenFromScc(
    dialogTitle : String, 
    flags : VersionControlOpenFlags, 
    teamFoundationServer : String, 
    serverPath : String, 
    localPath : String, 
    dialogResult : int
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlService Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace