1 implementation of get_accValue
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2399
HRESULT UIA.IAccessible.Interface.
get_accValue
(VARIANT varChild, BSTR* pszValue)
4 references to get_accValue
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2395
((UIA.IAccessible.Interface)this).
get_accValue
(ChildIdToVARIANT(childID), &value);
System.Windows.Forms.Primitives (3)
_generated\106\Windows.Win32.IAccessible.g.cs (1)
353
return __object.
get_accValue
(varChild, pszValue);
_generated\565\Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (2)
43
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.
get_accValue
(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/>
48
winmdroot.Foundation.HRESULT __result = @this.
get_accValue
(varChild, pszValueLocal);