MPLATFORMLib Namespace > MElementClass Class : ElementTypeGet Method |
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 )
Dim myType As String myElement.ElementTypeGet(myType)
string myType; myElement.ElementTypeGet(out myType);
myType: string;
myElement.ElementTypeGet(myType);