PlatformConfigurationList.Default Property
Gets a list that contains only an empty PlatformConfiguration object.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
Public Shared ReadOnly Property Default As PlatformConfigurationList
Get
public static PlatformConfigurationList Default { get; }
public:
static property PlatformConfigurationList^ Default {
PlatformConfigurationList^ get ();
}
static member Default : PlatformConfigurationList
static function get Default () : PlatformConfigurationList
Property Value
Type: Microsoft.TeamFoundation.Build.Workflow.Activities.PlatformConfigurationList
A list that contains only an empty PlatformConfiguration object.
Remarks
When used in a build this value will cause MSBuild to build the default platform and configuration specified by the solution or project.
.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
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace