IVersionControlService.OpenFromScc, méthode
Espace de noms : Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly : Microsoft.VisualStudio.TeamFoundation.VersionControl (dans Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- dialogTitle
Type : System.String
- teamFoundationServer
Type : System.String%
- serverPath
Type : System.String%
- localPath
Type : System.String%
- dialogResult
Type : System.Int32%
Valeur de retour
Type : System.Int32
retourne Int32 ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl, espace de noms