Freigeben über


IUserDefinedTool.SupportsBatchMode-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 SupportsBatchMode ( _
    <OutAttribute> ByRef pbVal As Integer _
)
void SupportsBatchMode(
    out int pbVal
)
void SupportsBatchMode(
    [OutAttribute] int% pbVal
)
abstract SupportsBatchMode : 
        pbVal:int byref -> unit 
function SupportsBatchMode(
    pbVal : int
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IUserDefinedTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace