IPackage Interface

Definition

Represents the definition of a package within the SharePoint project system.

public interface class IPackage : Microsoft::VisualStudio::SharePoint::Packages::IPackageManifest
public interface IPackage : Microsoft.VisualStudio.SharePoint.Packages.IPackageManifest
type IPackage = interface
    interface IPackageManifest
    interface IObservableModelElement
Public Interface IPackage
Implements IPackageManifest
Implements

Properties

ActivationDependencies

Gets the packages on which the activation of the current package depends.

(Inherited from IPackageManifest)
ApplicationResourceFiles

Gets the application resource files associated with the package.

(Inherited from IPackageManifest)
Assemblies

Gets the assemblies associated with the package.

(Inherited from IPackageManifest)
DeploymentServerType

Gets or sets the type of server that hosts the package.

(Inherited from IPackageManifest)
Description

Gets or sets the package description.

(Inherited from IPackageManifest)
DwpFiles

Gets the Web part (.dwp) files associated with the package.

(Inherited from IPackageManifest)
FeatureManifests

Gets the feature manifests associated with the package.

(Inherited from IPackageManifest)
Features

The features to deploy with the package.

IsDesignerEnabled

Gets whether the designer for the package is enabled.

Name

Gets the name of the SharePoint package file (WSP).

PolicyItems

Gets the code access security (CAS) policies for the package.

(Inherited from IPackageManifest)
ProjectItems

Gets the SharePoint project items to deploy with the package.

ResetWebServer

Gets or sets whether IIS is restarted after installing the package.

(Inherited from IPackageManifest)
ResetWebServerModeOnUpgrade

Gets or sets how IIS is restarted after upgrading the package.

(Inherited from IPackageManifest)
Resources

Gets the resource files associated with the package.

(Inherited from IPackageManifest)
RootFiles

Gets the root files associated with the package.

(Inherited from IPackageManifest)
SharePointProductVersion

Gets or sets the version of SharePoint that the solution is designed for.

(Inherited from IPackageManifest)
SiteDefinitionManifests

Gets the site definition manifest files associated with the package.

(Inherited from IPackageManifest)
SolutionId

Gets or sets the package ID.

(Inherited from IPackageManifest)
TemplateFiles

Gets the template files associated with the package.

(Inherited from IPackageManifest)
Title

Gets or sets the package title.

(Inherited from IPackageManifest)

Events

PropertyChanged

Occurs when a DSL model element has changed.

(Inherited from IObservableModelElement)
PropertyChanging

Occurs when a DSL model element is being changed.

(Inherited from IObservableModelElement)

Applies to