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

Required Methods§

fn GetPropertiesAsync( &self, propertiestoretrieve: Option<&IIterable<HSTRING>>, ) -> Result<IAsyncOperation<BitmapPropertySet>>

Object Safety§

This trait is not object safe.

Implementors§