共用方式為


ProjectConfigurationInSolution.FullName Property

Gets the full name of this configuration, for example "Debug|Any CPU".

Namespace:  Microsoft.Build.Construction
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public ReadOnly Property FullName As String
public string FullName { get; }
public:
property String^ FullName {
    String^ get ();
}
member FullName : string with get
function get FullName () : String

Property Value

Type: System.String
The full name of this configuration.

.NET Framework Security

See Also

Reference

ProjectConfigurationInSolution Class

Microsoft.Build.Construction Namespace