ParameterSelectionControl.GetElement Method
Gets an object from the repository.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Protected Overrides Function GetElement ( _
location As RepositoryLocation _
) As Element
'Usage
Dim location As RepositoryLocation
Dim returnValue As Element
returnValue = Me.GetElement(location)
protected override Element GetElement(
RepositoryLocation location
)
Parameters
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the object in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Element
See Also
Reference
ParameterSelectionControl Class
ParameterSelectionControl Members
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace