ResourceDependencies Constructor
Initializes a new instance of the ResourceDependencies class.
Namespace: Microsoft.PerformancePoint.Scorecards.Script
Assembly: Microsoft.PerformancePoint.Scorecards.Script (in Microsoft.PerformancePoint.Scorecards.Script.dll)
Syntax
'Declaration
Public Sub New ( _
externalCssDependencies As String(), _
scriptDependencies As ScriptDependency(), _
customStartupScript As String _
)
'Usage
Dim externalCssDependencies As String()
Dim scriptDependencies As ScriptDependency()
Dim customStartupScript As String
Dim instance As New ResourceDependencies(externalCssDependencies, _
scriptDependencies, customStartupScript)
public ResourceDependencies(
string[] externalCssDependencies,
ScriptDependency[] scriptDependencies,
string customStartupScript
)
Parameters
externalCssDependencies
Type: []The relative paths to the cascading style sheets (CSS) that are used to render the Web Part.
scriptDependencies
Type: []The script files that are used to render the Web Part.
customStartupScript
Type: System.StringA script to run in the browser when the Web Part is rendered.