IPWAPDPPart interface

An interface that enables communication between the project detail page (PDP) infrastructure and a Web Part on the PDP.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Interface IPWAPDPPart
'Usage
Dim instance As IPWAPDPPart
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public interface IPWAPDPPart

Remarks

A Web Part must implement the IPWAPDPPart interface to integrate with the PDP infrastructure.

See also

Reference

IPWAPDPPart members

Microsoft.Office.Project.Server.Library namespace