共用方式為


FindAppConfigFile.TargetPath Property

Gets or sets the value to add as TargetPath metadata.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
<RequiredAttribute> _
Public Property TargetPath As String
[RequiredAttribute]
public string TargetPath { get; set; }
[RequiredAttribute]
public:
property String^ TargetPath {
    String^ get ();
    void set (String^ value);
}
[<RequiredAttribute>]
member TargetPath : string with get, set
function get TargetPath () : String 
function set TargetPath (value : String)

Property Value

Type: System.String
The TargetPath metadata.

.NET Framework Security

See Also

Reference

FindAppConfigFile Class

Microsoft.Build.Tasks Namespace