System.Windows.Forms.XplatUICarbon.GetText C# (CSharp) 메소드

GetText() 개인적인 메소드

private GetText ( IntPtr handle, string &text ) : bool
handle System.IntPtr
text string
리턴 bool
		internal override bool GetText(IntPtr handle, out string text) {
			throw new NotImplementedException ();
		}
		
XplatUICarbon