SerializedWorkspace.Mappings Field
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Декларация
<ObsoleteAttribute("This field has been deprecated. Please remove all references.")> _
Public Mappings As InternalMapping()
[ObsoleteAttribute("This field has been deprecated. Please remove all references.")]
public InternalMapping[] Mappings
[ObsoleteAttribute(L"This field has been deprecated. Please remove all references.")]
public:
array<InternalMapping^>^ Mappings
[<ObsoleteAttribute("This field has been deprecated. Please remove all references.")>]
val mutable Mappings: InternalMapping[]
public var Mappings : InternalMapping[]
.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.