VCProjectEngine::LoadToolFile Method (String^)

 

Loads a project tool file.

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

VCToolFile^ LoadToolFile(
	String^ File
)

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.

Return to top
Show: