VCProjectEngine.CreateToolFile Method
Creates a tool file for the project.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Function CreateToolFile ( _
Name As String _
) As VCToolFile
用法
Dim instance As VCProjectEngine
Dim Name As String
Dim returnValue As VCToolFile
returnValue = instance.CreateToolFile(Name)
VCToolFile CreateToolFile(
string Name
)
VCToolFile^ CreateToolFile(
[InAttribute] String^ Name
)
function CreateToolFile(
Name : String
) : VCToolFile
Parameters
Name
Type: System.StringRequired. Name of the tool file to create.
Return Value
Type: Microsoft.VisualStudio.VCProjectEngine.VCToolFile
The new tool file object.
Permissions
- 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.