共用方式為


ProjectInSolution.AbsolutePath Property

Gets the absolute path for this project.

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

Syntax

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

Property Value

Type: System.String
The absolute path for this project.

.NET Framework Security

See Also

Reference

ProjectInSolution Class

Microsoft.Build.Construction Namespace