Intersoft ClientUI Documentation
IsPackageFormatSupported Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > BasePackage Class : IsPackageFormatSupported Method






Determines whether the package's format is supported by ClientUI application framework.

Syntax

Visual Basic (Declaration) 
Public Function IsPackageFormatSupported() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BasePackage
Dim value As Boolean
 
value = instance.IsPackageFormatSupported()
C# 
public bool IsPackageFormatSupported()
Delphi 
public function IsPackageFormatSupported(): Boolean; 
JScript 
public function IsPackageFormatSupported() : boolean;
Managed Extensions for C++ 
public: bool IsPackageFormatSupported(); 
C++/CLI 
public:
bool IsPackageFormatSupported(); 

Return Value

Returns a boolean value that indicates whether the format used in the package is supported.

Remarks

For Silverlight projects, this method returns true if the source is an XAP file. For WPF projects, this method returns true if the source is an assembly (DLL) file or a an executable (EXE) file.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.