This document is archived and information here might be outdated. Recommended version. |
The number of extensions loaded in the application.
[Visual Basic .NET]
Public ReadOnly Property ExtensionCount As Integer
[C#]
public int ExtensionCount {get;}
[C++]
HRESULT get_ExtensionCount(
System.Int32* Count
);
[C++] Parameters Count [out, retval]
Count is a parameter of type long*
Returns the number of extensions currently loaded in the application.