Trait windows::Win32::Graphics::Printing::IPrintSchemaFeature_Impl
pub trait IPrintSchemaFeature_Impl: Sized + IPrintSchemaDisplayableElement_Impl {
// Required methods
fn SelectedOption(&self) -> Result<IPrintSchemaOption>;
fn SetSelectedOption(
&self,
poption: Option<&IPrintSchemaOption>,
) -> Result<()>;
fn SelectionType(&self) -> Result<PrintSchemaSelectionType>;
fn GetOption(
&self,
bstrname: &BSTR,
bstrnamespaceuri: &BSTR,
) -> Result<IPrintSchemaOption>;
fn DisplayUI(&self) -> Result<BOOL>;
}
Required Methods§
fn SelectedOption(&self) -> Result<IPrintSchemaOption>
fn SetSelectedOption(&self, poption: Option<&IPrintSchemaOption>) -> Result<()>
fn SelectionType(&self) -> Result<PrintSchemaSelectionType>
fn GetOption( &self, bstrname: &BSTR, bstrnamespaceuri: &BSTR, ) -> Result<IPrintSchemaOption>
fn DisplayUI(&self) -> Result<BOOL>
Object Safety§
This trait is not object safe.