Freigeben über


IUserDefinedTool.SetInputs-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

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

Syntax

'Declaration
Sub SetInputs ( _
    ByRef bstrInputs As String, _
    numInputs As Integer _
)
void SetInputs(
    ref string bstrInputs,
    int numInputs
)
void SetInputs(
    [InAttribute] String^% bstrInputs, 
    [InAttribute] int numInputs
)
abstract SetInputs : 
        bstrInputs:string byref * 
        numInputs:int -> unit
function SetInputs(
    bstrInputs : String, 
    numInputs : int
)

Parameter

  • bstrInputs
    Typ: String%

    Eingabezeichenfolge

  • numInputs
    Typ: Int32

    Die Anzahl von Eingaben.

.NET Framework-Sicherheit

Siehe auch

Referenz

IUserDefinedTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace