PlatformConfigurationList Constructor (IEnumerable<PlatformConfiguration>)
Initializes a new instance of the PlatformConfigurationList class.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
platformConfigurations As IEnumerable(Of PlatformConfiguration) _
)
public PlatformConfigurationList(
IEnumerable<PlatformConfiguration> platformConfigurations
)
public:
PlatformConfigurationList(
IEnumerable<PlatformConfiguration^>^ platformConfigurations
)
new :
platformConfigurations:IEnumerable<PlatformConfiguration> -> PlatformConfigurationList
public function PlatformConfigurationList(
platformConfigurations : IEnumerable<PlatformConfiguration>
)
Parameters
platformConfigurations
Type: System.Collections.Generic.IEnumerable<PlatformConfiguration>An enumerable collection of PlatformConfiguration objects.
.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.
See Also
Reference
PlatformConfigurationList Class
PlatformConfigurationList Overload
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace