WorkspaceMappingHelper.CheckMappings, méthode
Espace de noms : Microsoft.TeamFoundation.Build.Workflow
Assembly : Microsoft.TeamFoundation.Build.Workflow (dans Microsoft.TeamFoundation.Build.Workflow.dll)
Syntaxe
'Déclaration
Public Shared Function CheckMappings ( _
mappings As List(Of IWorkspaceMapping) _
) As List(Of String)
public static List<string> CheckMappings(
List<IWorkspaceMapping> mappings
)
Paramètres
- mappings
Type : System.Collections.Generic.List<IWorkspaceMapping>
Valeur de retour
Type : System.Collections.Generic.List<String>
retourne List<T> ;
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.