VCProjectEngine.CreateToolFile Method
Creates a tool file for the project.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Function CreateToolFile ( _
Name As String _
) As VCToolFile
VCToolFile CreateToolFile(
string Name
)
VCToolFile^ CreateToolFile(
[InAttribute] String^ Name
)
abstract CreateToolFile :
Name:string -> VCToolFile
function CreateToolFile(
Name : String
) : VCToolFile
Parameters
- Name
Type: System.String
Required. Name of the tool file to create.
Return Value
Type: Microsoft.VisualStudio.VCProjectEngine.VCToolFile
The new 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.