MLCHARGENLib Namespace > IMLCharGen Interface : GetItem Method |
Sub GetItem( _ ByVal _nIndex As Integer, _ ByRef _pbsItemID As String _ )
void GetItem( int _nIndex, out string _pbsItemID )
procedure GetItem( _nIndex: Integer; Out _pbsItemID: String );
void GetItem( int _nIndex, [PARAMFLAG::Out] BSTR* _pbsItemID )