pub trait IBitmapPropertiesView_Impl: Sized {
    // Required method
    fn GetPropertiesAsync(
        &self,
        propertiestoretrieve: Option<&IIterable<HSTRING>>
    ) -> Result<IAsyncOperation<BitmapPropertySet>>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§