IUserDefinedTool.SupportsBatchMode Method

This API supports the .NET Framework 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)

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
)

Parameters

.NET Framework Security

See Also

Reference

IUserDefinedTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace