Beispiel #1
0
 public virtual global::System.Object getName()
 {
     //XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.FrameworkElement: Compatlib.System.String getName()]
     Compatlib.System.String ret = new Compatlib.System.String();
     ret.@this(org.xmlvm._nUtil.toJavaString(((global::System.Windows.FrameworkElement)base.element).Name));
     return ret;
     //XMLVM_END_WRAPPER[Compatlib.System.Windows.FrameworkElement: Compatlib.System.String getName()]
 }
Beispiel #2
0
public virtual global::System.Object ToString(){
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Object: Compatlib.System.String ToString()]
    java.lang.String jst = org.xmlvm._nUtil.toJavaString(base.ToString());
    Compatlib.System.String st = new Compatlib.System.String();
    st.@this(jst);
    return st;
//XMLVM_END_WRAPPER[Compatlib.System.Object: Compatlib.System.String ToString()]
}
Beispiel #3
0
        public virtual global::System.Object getName()
        {
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.FrameworkElement: Compatlib.System.String getName()]
            Compatlib.System.String ret = new Compatlib.System.String();
            ret.@this(org.xmlvm._nUtil.toJavaString(((global::System.Windows.FrameworkElement)base.element).Name));
            return(ret);
//XMLVM_END_WRAPPER[Compatlib.System.Windows.FrameworkElement: Compatlib.System.String getName()]
        }
Beispiel #4
0
        public virtual global::System.Object ToString()
        {
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Object: Compatlib.System.String ToString()]
            java.lang.String        jst = org.xmlvm._nUtil.toJavaString(base.ToString());
            Compatlib.System.String st  = new Compatlib.System.String();
            st.@this(jst);
            return(st);
//XMLVM_END_WRAPPER[Compatlib.System.Object: Compatlib.System.String ToString()]
        }
Beispiel #5
0
 public virtual global::System.Object getText()
 {
     //XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.Controls.TextBlock: Compatlib.System.String getText()]
     string nativeText = ((global::System.Windows.Controls.TextBlock)base.element).Text;
     java.lang.String temp = org.xmlvm._nUtil.toJavaString(nativeText);
     Compatlib.System.String compatText = new Compatlib.System.String();
     compatText.@this(temp);
     return compatText;
     //XMLVM_END_WRAPPER[Compatlib.System.Windows.Controls.TextBlock: Compatlib.System.String getText()]
 }
Beispiel #6
0
        public virtual global::System.Object getText()
        {
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.Controls.TextBox: Compatlib.System.String getText()]
            string nativeText = ((global::System.Windows.Controls.TextBox)base.element).Text;

            java.lang.String        temp       = org.xmlvm._nUtil.toJavaString(nativeText);
            Compatlib.System.String compatText = new Compatlib.System.String();
            compatText.@this(temp);
            return(compatText);
//XMLVM_END_WRAPPER[Compatlib.System.Windows.Controls.TextBox: Compatlib.System.String getText()]
        }