WebPartContext class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the current state, inputs, and outputs of a Web Part.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.WebPartContext

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class WebPartContext
'Usage
Dim instance As WebPartContext
[SerializableAttribute]
public class WebPartContext

Remarks

This information is used to render a Web Part control.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WebPartContext members

Microsoft.PerformancePoint.Scorecards namespace