Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: StringRequired. 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.