次の方法で共有


GetFrameworkSdkPath.FrameworkSdkVersion451Path Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the path to the v4.5.1 .NET SDK if it could be found, or String.Empty if the SDK was not found.

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

Syntax

'Declaration
<OutputAttribute> _
Public ReadOnly Property FrameworkSdkVersion451Path As String
[OutputAttribute]
public string FrameworkSdkVersion451Path { get; }
[OutputAttribute]
public:
property String^ FrameworkSdkVersion451Path {
    String^ get ();
}
[<OutputAttribute>]
member FrameworkSdkVersion451Path : string with get
function get FrameworkSdkVersion451Path () : String

Property Value

Type: System.String
The path to the v4.5.1 .NET SDK if it could be found, or String.Empty if the SDK was not found.

.NET Framework Security

See Also

Reference

GetFrameworkSdkPath Class

Microsoft.Build.Tasks Namespace