Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the definition of a package within the SharePoint project system.
Namespace: Microsoft.VisualStudio.SharePoint.Packages
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IPackage _
Inherits IPackageManifest, IObservableModelElement
public interface IPackage : IPackageManifest,
IObservableModelElement
The IPackage type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
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.) |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
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.) |
Top
.gif)
.gif)