ElementTypeGet Method (MElementClass)
type of the element
Returns type of the element.
Syntax
Public Overridable Sub ElementTypeGet( _
   ByRef _pbsElementType As String _
) 
public virtual void ElementTypeGet( 
   out string _pbsElementType
)
public procedure ElementTypeGet( 
   Out  _pbsElementType: String
); virtual; 
public: virtual 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

MElementClass Class
MElementClass Members