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
- dialogTitle
Type: System.String
- teamFoundationServer
Type: System.String%
- serverPath
Type: System.String%
- localPath
Type: System.String%
- dialogResult
Type: System.Int32%
Return Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace