Trait windows::Win32::Storage::Xps::IXpsOMNameCollection_Impl
pub trait IXpsOMNameCollection_Impl: Sized {
// Required methods
fn GetCount(&self) -> Result<u32>;
fn GetAt(&self, index: u32) -> Result<PWSTR>;
}
Required Methods§
Object Safety§
This trait is not object safe.