PropsInfoGet Method (MFLiveClass)
property's full name (with all nodes)
type of information (help, possible values etc.)
information about a property
Gets information of required type about a selected property
Syntax
Public Overridable Sub PropsInfoGet( _
   ByVal _bsPropName As String, _
   ByVal _eType As eMInfoType, _
   ByRef _pbsInfo As String _
) 
public virtual void PropsInfoGet( 
   string _bsPropName,
   eMInfoType _eType,
   out string _pbsInfo
)
public procedure PropsInfoGet( 
    _bsPropName: String;
    _eType: eMInfoType;
   Out  _pbsInfo: String
); virtual; 
public: virtual void PropsInfoGet( 
   BSTR* _bsPropName,
   eMInfoType _eType,
   [PARAMFLAG::Out] BSTR* _pbsInfo
) 

Parameters

_bsPropName
property's full name (with all nodes)
_eType
type of information (help, possible values etc.)
_pbsInfo
information about a property
See Also

Reference

MFLiveClass Class
MFLiveClass Members