pub trait IStorageProviderPropertyCapabilities_Impl: Sized {
    // Required method
    fn IsPropertySupported(
        &self,
        propertycanonicalname: &HSTRING
    ) -> Result<bool>;
}

Required Methods§

fn IsPropertySupported(&self, propertycanonicalname: &HSTRING) -> Result<bool>

Object Safety§

This trait is not object safe.

Implementors§