다음을 통해 공유


WebPartContextUpdate Constructor (WebPartContext, DictionaryWrapper<String, String>)

Initializes a new instance of the WebPartContextUpdate class based on the specified context and wrapper.

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

Syntax

'Declaration
Public Sub New ( _
    webPartContext As WebPartContext, _
    clientViewStateWrapper As DictionaryWrapper(Of String, String) _
)
'Usage
Dim webPartContext As WebPartContext
Dim clientViewStateWrapper As DictionaryWrapper(Of String, String)

Dim instance As New WebPartContextUpdate(webPartContext, _
    clientViewStateWrapper)
public WebPartContextUpdate(
    WebPartContext webPartContext,
    DictionaryWrapper<string, string> clientViewStateWrapper
)

Parameters

See Also

Reference

WebPartContextUpdate Class

WebPartContextUpdate Members

WebPartContextUpdate Overload

Microsoft.PerformancePoint.Scorecards Namespace