1 implementation of get_accRole
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2286
HRESULT UIA.IAccessible.Interface.
get_accRole
(VARIANT varChild, VARIANT* pvarRole)
4 references to get_accRole
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2282
((UIA.IAccessible.Interface)this).
get_accRole
(ChildIdToVARIANT(childID), &result);
System.Windows.Forms.Primitives (3)
_generated\106\Windows.Win32.IAccessible.g.cs (1)
402
return __object.
get_accRole
(varChild, pvarRole);
_generated\564\Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (2)
33
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.
get_accRole
(winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/>
38
winmdroot.Foundation.HRESULT __result = @this.
get_accRole
(varChild, pvarRoleLocal);