TeamExplorerViewModel.GetTeamProjectContext, méthode
Espace de noms : Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Protected Overridable Sub GetTeamProjectContext ( _
projectContext As ITeamFoundationContext, _
<OutAttribute> ByRef teamProjectName As String, _
<OutAttribute> ByRef teamProjectUri As String, _
<OutAttribute> ByRef teamName As String _
)
protected virtual void GetTeamProjectContext(
ITeamFoundationContext projectContext,
out string teamProjectName,
out string teamProjectUri,
out string teamName
)
Paramètres
- projectContext
Type : Microsoft.TeamFoundation.Client.ITeamFoundationContext
- teamProjectName
Type : System.String%
- teamProjectUri
Type : System.String%
- teamName
Type : System.String%
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
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework, espace de noms