Struct windows::Win32::UI::Accessibility::IUIAutomationTextRange3
pub struct IUIAutomationTextRange3(/* private fields */);
Implementations§
§impl IUIAutomationTextRange3
impl IUIAutomationTextRange3
pub unsafe fn GetEnclosingElementBuildCache<P0>(
&self,
cacherequest: P0,
) -> Result<IUIAutomationElement>where
P0: Param<IUIAutomationCacheRequest>,
pub unsafe fn GetChildrenBuildCache<P0>(
&self,
cacherequest: P0,
) -> Result<IUIAutomationElementArray>where
P0: Param<IUIAutomationCacheRequest>,
pub unsafe fn GetAttributeValues( &self, attributeids: &[UIA_TEXTATTRIBUTE_ID], ) -> Result<*mut SAFEARRAY>
Methods from Deref<Target = IUIAutomationTextRange2>§
pub unsafe fn ShowContextMenu(&self) -> Result<()>
Methods from Deref<Target = IUIAutomationTextRange>§
pub unsafe fn Clone(&self) -> Result<IUIAutomationTextRange>
pub unsafe fn Compare<P0>(&self, range: P0) -> Result<BOOL>where
P0: Param<IUIAutomationTextRange>,
pub unsafe fn CompareEndpoints<P0>(
&self,
srcendpoint: TextPatternRangeEndpoint,
range: P0,
targetendpoint: TextPatternRangeEndpoint,
) -> Result<i32>where
P0: Param<IUIAutomationTextRange>,
pub unsafe fn ExpandToEnclosingUnit(&self, textunit: TextUnit) -> Result<()>
pub unsafe fn FindAttribute<P0, P1>(
&self,
attr: UIA_TEXTATTRIBUTE_ID,
val: P0,
backward: P1,
) -> Result<IUIAutomationTextRange>where
P0: Param<VARIANT>,
P1: Param<BOOL>,
pub unsafe fn FindText<P0, P1, P2>( &self, text: P0, backward: P1, ignorecase: P2, ) -> Result<IUIAutomationTextRange>
pub unsafe fn GetAttributeValue( &self, attr: UIA_TEXTATTRIBUTE_ID, ) -> Result<VARIANT>
pub unsafe fn GetBoundingRectangles(&self) -> Result<*mut SAFEARRAY>
pub unsafe fn GetEnclosingElement(&self) -> Result<IUIAutomationElement>
pub unsafe fn GetText(&self, maxlength: i32) -> Result<BSTR>
pub unsafe fn Move(&self, unit: TextUnit, count: i32) -> Result<i32>
pub unsafe fn MoveEndpointByUnit( &self, endpoint: TextPatternRangeEndpoint, unit: TextUnit, count: i32, ) -> Result<i32>
pub unsafe fn MoveEndpointByRange<P0>(
&self,
srcendpoint: TextPatternRangeEndpoint,
range: P0,
targetendpoint: TextPatternRangeEndpoint,
) -> Result<()>where
P0: Param<IUIAutomationTextRange>,
pub unsafe fn Select(&self) -> Result<()>
pub unsafe fn AddToSelection(&self) -> Result<()>
pub unsafe fn RemoveFromSelection(&self) -> Result<()>
pub unsafe fn ScrollIntoView<P0>(&self, aligntotop: P0) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetChildren(&self) -> Result<IUIAutomationElementArray>
Trait Implementations§
§impl CanInto<IUIAutomationTextRange> for IUIAutomationTextRange3
impl CanInto<IUIAutomationTextRange> for IUIAutomationTextRange3
§impl CanInto<IUIAutomationTextRange2> for IUIAutomationTextRange3
impl CanInto<IUIAutomationTextRange2> for IUIAutomationTextRange3
§impl CanInto<IUnknown> for IUIAutomationTextRange3
impl CanInto<IUnknown> for IUIAutomationTextRange3
§impl Clone for IUIAutomationTextRange3
impl Clone for IUIAutomationTextRange3
§fn clone(&self) -> IUIAutomationTextRange3
fn clone(&self) -> IUIAutomationTextRange3
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for IUIAutomationTextRange3
impl Debug for IUIAutomationTextRange3
§impl Deref for IUIAutomationTextRange3
impl Deref for IUIAutomationTextRange3
§impl From<&IUIAutomationTextRange3> for &IUIAutomationTextRange
impl From<&IUIAutomationTextRange3> for &IUIAutomationTextRange
§fn from(value: &IUIAutomationTextRange3) -> Self
fn from(value: &IUIAutomationTextRange3) -> Self
Converts to this type from the input type.
§impl From<&IUIAutomationTextRange3> for &IUIAutomationTextRange2
impl From<&IUIAutomationTextRange3> for &IUIAutomationTextRange2
§fn from(value: &IUIAutomationTextRange3) -> Self
fn from(value: &IUIAutomationTextRange3) -> Self
Converts to this type from the input type.
§impl From<&IUIAutomationTextRange3> for &IUnknown
impl From<&IUIAutomationTextRange3> for &IUnknown
§fn from(value: &IUIAutomationTextRange3) -> Self
fn from(value: &IUIAutomationTextRange3) -> Self
Converts to this type from the input type.
§impl From<IUIAutomationTextRange3> for IUIAutomationTextRange
impl From<IUIAutomationTextRange3> for IUIAutomationTextRange
§fn from(value: IUIAutomationTextRange3) -> Self
fn from(value: IUIAutomationTextRange3) -> Self
Converts to this type from the input type.
§impl From<IUIAutomationTextRange3> for IUIAutomationTextRange2
impl From<IUIAutomationTextRange3> for IUIAutomationTextRange2
§fn from(value: IUIAutomationTextRange3) -> Self
fn from(value: IUIAutomationTextRange3) -> Self
Converts to this type from the input type.
§impl From<IUIAutomationTextRange3> for IUnknown
impl From<IUIAutomationTextRange3> for IUnknown
§fn from(value: IUIAutomationTextRange3) -> Self
fn from(value: IUIAutomationTextRange3) -> Self
Converts to this type from the input type.
§impl Interface for IUIAutomationTextRange3
impl Interface for IUIAutomationTextRange3
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IUIAutomationTextRange3
impl PartialEq for IUIAutomationTextRange3
§fn eq(&self, other: &IUIAutomationTextRange3) -> bool
fn eq(&self, other: &IUIAutomationTextRange3) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IUIAutomationTextRange3
impl StructuralPartialEq for IUIAutomationTextRange3
Auto Trait Implementations§
impl Freeze for IUIAutomationTextRange3
impl RefUnwindSafe for IUIAutomationTextRange3
impl !Send for IUIAutomationTextRange3
impl !Sync for IUIAutomationTextRange3
impl Unpin for IUIAutomationTextRange3
impl UnwindSafe for IUIAutomationTextRange3
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)