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