Trait windows::Win32::UI::Accessibility::IStylesProvider_Impl

pub trait IStylesProvider_Impl: Sized {
    // Required methods
    fn StyleId(&self) -> Result<UIA_STYLE_ID>;
    fn StyleName(&self) -> Result<BSTR>;
    fn FillColor(&self) -> Result<i32>;
    fn FillPatternStyle(&self) -> Result<BSTR>;
    fn Shape(&self) -> Result<BSTR>;
    fn FillPatternColor(&self) -> Result<i32>;
    fn ExtendedProperties(&self) -> Result<BSTR>;
}

Required Methods§

fn StyleId(&self) -> Result<UIA_STYLE_ID>

fn StyleName(&self) -> Result<BSTR>

fn FillColor(&self) -> Result<i32>

fn FillPatternStyle(&self) -> Result<BSTR>

fn Shape(&self) -> Result<BSTR>

fn FillPatternColor(&self) -> Result<i32>

fn ExtendedProperties(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§