VCProjectEngine.CreateToolFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a tool file for the project.
public:
Microsoft::VisualStudio::VCProjectEngine::VCToolFile ^ CreateToolFile(System::String ^ Name);
public:
Microsoft::VisualStudio::VCProjectEngine::VCToolFile ^ CreateToolFile(Platform::String ^ Name);
Microsoft::VisualStudio::VCProjectEngine::VCToolFile CreateToolFile(std::wstring const & Name);
[System.Runtime.InteropServices.DispId(234)]
public Microsoft.VisualStudio.VCProjectEngine.VCToolFile CreateToolFile (string Name);
[<System.Runtime.InteropServices.DispId(234)>]
abstract member CreateToolFile : string -> Microsoft.VisualStudio.VCProjectEngine.VCToolFile
Public Function CreateToolFile (Name As String) As VCToolFile
Parameters
- Name
- String
Required. Name of the tool file to create.
Returns
The new tool file object.
- Attributes