VCProjectEngine.ToolFileSearchPaths Property
Sets or gets search paths to project tiil files.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Property ToolFileSearchPaths As String
用法
Dim instance As VCProjectEngine
Dim value As String
value = instance.ToolFileSearchPaths
instance.ToolFileSearchPaths = value
string ToolFileSearchPaths { get; set; }
property String^ ToolFileSearchPaths {
String^ get ();
void set (String^ value);
}
function get ToolFileSearchPaths () : String
function set ToolFileSearchPaths (value : String)
Property Value
Type: System.String
Semi-colon delimited string of paths.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.