IPackageValidator.IsPackageValid(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool IsPackageValid(Platform::Object ^ appxPackagingObject);
bool IsPackageValid(IInspectable const& appxPackagingObject);
public bool IsPackageValid(object appxPackagingObject);
function isPackageValid(appxPackagingObject)
Public Function IsPackageValid (appxPackagingObject As Object) As Boolean
Parameters
- appxPackagingObject
-
Object
Platform::Object
IInspectable
Returns
bool