ElementInfoGet Method (MElementClass)
required type of information
result description
Gets information about this element
Syntax
Public Overridable Sub ElementInfoGet( _
   ByVal _bsInfoType As String, _
   ByRef _pbsDecription As String _
) 
public virtual void ElementInfoGet( 
   string _bsInfoType,
   out string _pbsDecription
)
public procedure ElementInfoGet( 
    _bsInfoType: String;
   Out  _pbsDecription: String
); virtual; 
public: virtual void ElementInfoGet( 
   BSTR* _bsInfoType,
   [PARAMFLAG::Out] BSTR* _pbsDecription
) 

Parameters

_bsInfoType
required type of information
_pbsDecription
result description
Example

See Also

Reference

MElementClass Class
MElementClass Members