This documentation is archived and is not being maintained.
PlatformConfiguration Class
Visual Studio 2013
Represents the pair of platform and configuration that a solution or project is built against.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
The PlatformConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PlatformConfiguration | Initializes a new instance of the PlatformConfiguration class. |
![]() | PlatformConfiguration(String, String) | Initializes a new instance of the PlatformConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | Configuration | Gets or sets the configuration for which to build the solution or project. |
![]() ![]() | Default | Gets an empty PlatformConfiguration object. |
![]() | IsConfigurationEmpty | Gets a flag describing whether the Configuration property is not set. |
![]() | IsEmpty | Gets a flag indicating whether both Configuration and Platform properties are not set. |
![]() | IsPlatformEmpty | Gets a flag describing whether the Platform property is not set. |
![]() | IsPlatformEmptyOrAnyCpu | Gets a flag describing whether the Platform property is set to “Any CPU” or empty. |
![]() | Platform | Gets or sets the string indicating the platform for which to build the solution or project. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FromString | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Gets a user-readable string describing the properties of this instance. (Overrides Object.ToString.) |
Show:
