VCProjectEngine2.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.
public:
Microsoft::VisualStudio::VCProjectEngine::VCToolFile ^ CreateToolFile(System::String ^ 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
Returns
Implements
- Attributes