WebPart.ParametersConsumerConnectionPoint Constructor
Namespace: Microsoft.Office.Server.WebControls.Charting
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Sub New ( _
callBackMethod As MethodInfo, _
interfaceType As Type, _
controlType As Type, _
name As String, _
id As String, _
allowsMultipleConnections As Boolean _
)
'Usage
Dim callBackMethod As MethodInfo
Dim interfaceType As Type
Dim controlType As Type
Dim name As String
Dim id As String
Dim allowsMultipleConnections As Boolean
Dim instance As New WebPart.ParametersConsumerConnectionPoint(callBackMethod, _
interfaceType, controlType, name, _
id, allowsMultipleConnections)
public ParametersConsumerConnectionPoint(
MethodInfo callBackMethod,
Type interfaceType,
Type controlType,
string name,
string id,
bool allowsMultipleConnections
)
Parameters
- callBackMethod
Type: System.Reflection.MethodInfo
- interfaceType
Type: System.Type
- controlType
Type: System.Type
- name
Type: System.String
- id
Type: System.String
- allowsMultipleConnections
Type: System.Boolean
See Also
Reference
WebPart.ParametersConsumerConnectionPoint Class