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