pub trait IAppxBundleManifestReader2_Impl: Sized {
    // Required method
    fn GetOptionalBundles(
        &self,
    ) -> Result<IAppxBundleManifestOptionalBundleInfoEnumerator>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§