pub struct UiAutomationTableItemPattern(/* private fields */);Expand description
提供对支持 UiAutomationTablePattern 的容器中的子元素的访问。 支持此接口的元素还必须支持 UiAutomationGridItemPattern,以提供不特定于表的属性。
Implementations§
source§impl UiAutomationTableItemPattern
impl UiAutomationTableItemPattern
sourcepub fn get_column_header_items(&self) -> Option<Vec<UiAutomationElement>>
pub fn get_column_header_items(&self) -> Option<Vec<UiAutomationElement>>
查询与表项或单元格关联的列标题。
sourcepub fn get_row_header_items(&self) -> Option<Vec<UiAutomationElement>>
pub fn get_row_header_items(&self) -> Option<Vec<UiAutomationElement>>
查询与表项或单元格关联的行标题。
Trait Implementations§
source§impl Debug for UiAutomationTableItemPattern
impl Debug for UiAutomationTableItemPattern
source§impl PatternCreatorWithAutomation<IUIAutomationTableItemPattern> for UiAutomationTableItemPattern
impl PatternCreatorWithAutomation<IUIAutomationTableItemPattern> for UiAutomationTableItemPattern
source§impl TryFrom<(IUIAutomationTableItemPattern, Weak<IUIAutomation6>)> for UiAutomationTableItemPattern
impl TryFrom<(IUIAutomationTableItemPattern, Weak<IUIAutomation6>)> for UiAutomationTableItemPattern
Auto Trait Implementations§
impl Freeze for UiAutomationTableItemPattern
impl RefUnwindSafe for UiAutomationTableItemPattern
impl !Send for UiAutomationTableItemPattern
impl !Sync for UiAutomationTableItemPattern
impl Unpin for UiAutomationTableItemPattern
impl UnwindSafe for UiAutomationTableItemPattern
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more