VCToolFile.Path Property

Gets the path to the tool file.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
ReadOnly Property Path As String
用法
Dim instance As VCToolFile
Dim value As String

value = instance.Path
string Path { get; }
property String^ Path {
    String^ get ();
}
function get Path () : String

Property Value

Type: System.String

String containing the path to the tool file.

Permissions

See Also

Reference

VCToolFile Interface

VCToolFile Members

Microsoft.VisualStudio.VCProjectEngine Namespace