PropsOptionGetByIndex Method (MFLiveClass)
property's full name (with all nodes)
option's index
option value
help string about the option
Gets an option for a property
Syntax
Public Overridable Sub PropsOptionGetByIndex( _
   ByVal _bsPropName As String, _
   ByVal _nOptionIdx As Integer, _
   ByRef _pbsOptionValue As String, _
   ByRef _pbsHelp As String _
) 
public virtual void PropsOptionGetByIndex( 
   string _bsPropName,
   int _nOptionIdx,
   out string _pbsOptionValue,
   out string _pbsHelp
)
public procedure PropsOptionGetByIndex( 
    _bsPropName: String;
    _nOptionIdx: Integer;
   Out  _pbsOptionValue: String;
   Out  _pbsHelp: String
); virtual; 
public: virtual void PropsOptionGetByIndex( 
   BSTR* _bsPropName,
   int _nOptionIdx,
   [PARAMFLAG::Out] BSTR* _pbsOptionValue,
   [PARAMFLAG::Out] BSTR* _pbsHelp
) 

Parameters

_bsPropName
property's full name (with all nodes)
_nOptionIdx
option's index
_pbsOptionValue
option value
_pbsHelp
help string about the option
See Also

Reference

MFLiveClass Class
MFLiveClass Members