GetPackageExtension Method
Home Page (Objects) | Overview | FAQ | Reference
Applies to: Application object.
Provides access to objects from third parties or other Microsoft products that extend the Developer Studio object model.
Syntax
object**.GetPackageExtension(extension)**
Parameters
object
An expression that evaluates to an Application object. When you use the GetPackageExtension method of the Application object, you can omit object because the name of the Application object is implied when you access its properties and methods.
extension
A String that specifies an object provided by a third party or other Microsoft product.
Return Values
The GetPackageExtension method returns the specified object.