IUserDefinedTool::SetInputs Method (String^, Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

void SetInputs(
	[InAttribute] String^% bstrInputs,
	int numInputs
)

Parameters

bstrInputs
Type: System::String^

Inputs string

numInputs
Type: System::Int32

Number of inputs

Return to top
Show: