pub trait IAppxManifestProperties_Impl: Sized {
    // Required methods
    fn GetBoolValue(&self, name: &PCWSTR) -> Result<BOOL>;
    fn GetStringValue(&self, name: &PCWSTR) -> Result<PWSTR>;
}

Required Methods§

fn GetBoolValue(&self, name: &PCWSTR) -> Result<BOOL>

fn GetStringValue(&self, name: &PCWSTR) -> Result<PWSTR>

Object Safety§

This trait is not object safe.

Implementors§