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

Parameters

_bsInfoType
required type of information
_pbsDecription
result description
See Also

Reference

IMElement Interface
IMElement Members