VCProjectEngine.LoadToolFile Method
Loads a project tool file.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Function LoadToolFile ( _
File As String _
) As VCToolFile
VCToolFile LoadToolFile(
string File
)
VCToolFile^ LoadToolFile(
[InAttribute] String^ File
)
abstract LoadToolFile :
File:string -> VCToolFile
function LoadToolFile(
File : String
) : VCToolFile
Parameters
- File
Type: System.String
Required. Name of the tool file to load.
Return Value
Type: Microsoft.VisualStudio.VCProjectEngine.VCToolFile
The loaded tool file object.
.NET Framework Security
- 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.