PropsOptionGetCount Method (MFLiveClass)
property's full name (with all nodes)
number of available options
Gets a number of available option for a selected property
Syntax
Public Overridable Sub PropsOptionGetCount( _
   ByVal _bsPropName As String, _
   ByRef _pnOptionCount As Integer _
) 
public virtual void PropsOptionGetCount( 
   string _bsPropName,
   out int _pnOptionCount
)
public procedure PropsOptionGetCount( 
    _bsPropName: String;
   Out  _pnOptionCount: Integer
); virtual; 
public: virtual void PropsOptionGetCount( 
   BSTR* _bsPropName,
   [PARAMFLAG::Out] int _pnOptionCount
) 

Parameters

_bsPropName
property's full name (with all nodes)
_pnOptionCount
number of available options
See Also

Reference

MFLiveClass Class
MFLiveClass Members