MPLATFORMLib Namespace > MElementClass Class : ElementGet Method |
Public Overridable Sub ElementGet( _ ByRef _pbsElementType As String, _ ByRef _pbsXMLDescription As String _ )
public virtual void ElementGet( out string _pbsElementType, out string _pbsXMLDescription )
public procedure ElementGet( Out _pbsElementType: String; Out _pbsXMLDescription: String ); virtual;
public: virtual void ElementGet( [PARAMFLAG::Out] BSTR* _pbsElementType, [PARAMFLAG::Out] BSTR* _pbsXMLDescription )
Dim myType As String Dim myDescription As String myElement.ElementGet(myType, myDescription)
string myType; string myDescription; myElement.ElementGet(out myType, out myDescription);
myType, myDescription: string;
myElement.ElementGet(myType, myDescription);