Freigeben über


WorkspaceTemplate.Mappings-Eigenschaft

Ruft die Zuordnungen für die Vorlage aus.

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName := "InternalMappings")> _
Public ReadOnly Property Mappings As List(Of WorkspaceMapping)
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName = "InternalMappings")]
public List<WorkspaceMapping> Mappings { get; }

Eigenschaftswert

Typ: System.Collections.Generic.List<WorkspaceMapping>
Gibt List<T> zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

WorkspaceTemplate Klasse

Microsoft.TeamFoundation.Build.Server-Namespace