ElementTypeGet Method (IMElement)
type of the element
Returns type of the element.
Syntax
Sub ElementTypeGet( _
   ByRef _pbsElementType As String _
) 
void ElementTypeGet( 
   out string _pbsElementType
)
procedure ElementTypeGet( 
   Out  _pbsElementType: String
); 
void ElementTypeGet( 
   [PARAMFLAG::Out] BSTR* _pbsElementType
) 

Parameters

_pbsElementType
type of the element
Example
Dim myType As String
myElement.ElementTypeGet(myType)
string myType;
myElement.ElementTypeGet(out myType);
myType: string;

myElement.ElementTypeGet(myType);
See Also

Reference

IMElement Interface
IMElement Members