WorkspaceMappingHelper.CheckMappings Method
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Shared Function CheckMappings ( _
mappings As List(Of IWorkspaceMapping) _
) As List(Of String)
public static List<string> CheckMappings(
List<IWorkspaceMapping> mappings
)
public:
static List<String^>^ CheckMappings(
List<IWorkspaceMapping^>^ mappings
)
static member CheckMappings :
mappings:List<IWorkspaceMapping> -> List<string>
public static function CheckMappings(
mappings : List<IWorkspaceMapping>
) : List<String>
Parameters
- mappings
Type: System.Collections.Generic.List<IWorkspaceMapping>
Return Value
Type: System.Collections.Generic.List<String>
Returns List<T>.
.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.