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

Parameters

.NET Framework Security

See Also

Reference

IUserDefinedTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace