1 implementation of GetAttributeValue
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
316
HRESULT ITextRangeProvider.Interface.
GetAttributeValue
(UIA_TEXTATTRIBUTE_ID attributeId, VARIANT* pRetVal)
4 references to GetAttributeValue
System.Windows.Forms.Primitives (3)
Windows.Win32.ITextRangeProvider.g.cs (1)
303
return __object.
GetAttributeValue
(attributeId, pRetVal);
Windows.Win32.UI_Accessibility_ITextRangeProvider_Extensions.g.cs (2)
43
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITextRangeProvider.Interface.
GetAttributeValue
(winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID, winmdroot.System.Variant.VARIANT*)"/>
48
winmdroot.Foundation.HRESULT __result = @this.
GetAttributeValue
(attributeId, pRetValLocal);
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
538
Assert.True(((ITextRangeProvider.Interface)textRange).
GetAttributeValue
(attributeId, &actual).Succeeded);