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)
3 references to GetText
System.Windows.Forms.Primitives (3)
_generated\257\Windows.Win32.ITextRangeProvider.g.cs (1)
407
return __object.
GetText
(maxLength, pRetVal);
_generated\580\Windows.Win32.UI_Accessibility_ITextRangeProvider_Extensions.g.cs (2)
63
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITextRangeProvider.Interface.
GetText
(int, winmdroot.Foundation.BSTR*)"/>
68
winmdroot.Foundation.HRESULT __result = @this.
GetText
(maxLength, pRetValLocal);