1 implementation of GetText
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
424
HRESULT ITextRangeProvider.Interface.
GetText
(int maxLength, BSTR* pRetVal)
2 references to GetText
System.Windows.Forms.Primitives (1)
Windows.Win32.ITextRangeProvider.g.cs (1)
405
return __object.
GetText
(maxLength, pRetVal);
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
877
Assert.True(((ITextRangeProvider.Interface)textRange).
GetText
(maxLength, &actual).Succeeded);