This document is archived and information here might be outdated. Recommended version. |
Usage mode by its number.
[Visual Basic .NET] Public Function get_UsageMode ( _ ByVal nIndex As Integer _ ) As IUsageModeInfo
[C#] public IUsageModeInfo get_UsageMode ( int nIndex );
[C++]
HRESULT get_UsageMode(
long nIndex,
IUsageModeInfo** pInfo
);
[C++] Parameters nIndex [in]
nIndex is a parameter of type long pInfo [out, retval]
pInfo is a parameter of type IUsageModeInfo**