Expand Minimize
This topic has not yet been rated - Rate this topic

VCLinkerTool.ToolPath Property 

Gets the path to the specified tool.

Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)

'Declaration
ReadOnly Property ToolPath As String
'Usage
Dim instance As VCLinkerTool
Dim value As String

value = instance.ToolPath

/** @property */
String get_ToolPath ()

function get ToolPath () : String

Property Value

A string representing the path to the specified tool.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.