IPWAPDPPart - Interface
Une interface qui permet la communication entre l'infrastructure de page (PDP) de détail de projet et un composant WebPart sur la PDP.
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Interface IPWAPDPPart
'Utilisation
Dim instance As IPWAPDPPart
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public interface IPWAPDPPart
Remarques
Un composant WebPart doit implémenter l'interface IPWAPDPPart à intégrer à l'infrastructure PDP.