Share via


IParameterDataProvider.GetMessageUnderlyingElement Method (Microsoft.PerformancePoint.Scorecards.Extensions)

Gets the filter's underlying element for the endpoint.

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

Syntax

'Declaration
Function GetMessageUnderlyingElement ( _
    parameterMessage As ParameterMessage, _
    parameterSourceId As Guid, _
    parameterMapping As ParameterMapping _
) As Element
'Usage
Dim instance As IParameterDataProvider
Dim parameterMessage As ParameterMessage
Dim parameterSourceId As Guid
Dim parameterMapping As ParameterMapping
Dim returnValue As Element

returnValue = instance.GetMessageUnderlyingElement(parameterMessage, parameterSourceId, parameterMapping)
Element GetMessageUnderlyingElement (
    ParameterMessage parameterMessage,
    Guid parameterSourceId,
    ParameterMapping parameterMapping
)

Parameters

  • parameterMessage
    The filter message.
  • parameterSourceId
    The ID for the filter's source.
  • parameterMapping
    The filter mapping.

Return Value

The underlying element for the filter.

See Also

Reference

IParameterDataProvider Interface
IParameterDataProvider Members
Microsoft.PerformancePoint.Scorecards.Extensions Namespace