PropsInfoGet Method (MCCDisplayClass)
property name
type of property
information about the property
Gets information about 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 name
_eType
type of property
_pbsInfo
information about the property
Example

See Also

Reference

MCCDisplayClass Class
MCCDisplayClass Members