Share via


ParameterizableControl.GetParameterMessages Method (Microsoft.PerformancePoint.Scorecards.Server.Extensions)

Parses the inbound parameters string into two lists of Parameter messages: one before being passed to the parameter provider, and one after.

Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Protected Overridable Function GetParameterMessages ( _
    parameters As String, _
    <OutAttribute> ByRef originalMessages As ParameterMessage() _
) As ParameterMessage()
'Usage
Dim parameters As String
Dim originalMessages As ParameterMessage()
Dim returnValue As ParameterMessage()

returnValue = Me.GetParameterMessages(parameters, originalMessages)
protected virtual ParameterMessage[] GetParameterMessages (
    string parameters,
    out ParameterMessage[] originalMessages
)

Parameters

  • parameters
    The inbound parameters.
  • originalMessages
    Messages before being passed to the provider.

Return Value

Messages after being passed to the provider.

See Also

Reference

ParameterizableControl Class
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace