KpiListFilterConsumerConnectionPoint Constructor
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
callbackMethod As MethodInfo, _
interfaceType As Type, _
controlType As Type, _
displayName As String, _
id As String, _
allowsMultipleConnections As Boolean _
)
'Usage
Dim callbackMethod As MethodInfo
Dim interfaceType As Type
Dim controlType As Type
Dim displayName As String
Dim id As String
Dim allowsMultipleConnections As Boolean
Dim instance As New KpiListFilterConsumerConnectionPoint(callbackMethod, _
interfaceType, controlType, displayName, _
id, allowsMultipleConnections)
public KpiListFilterConsumerConnectionPoint(
MethodInfo callbackMethod,
Type interfaceType,
Type controlType,
string displayName,
string id,
bool allowsMultipleConnections
)
Parameters
- callbackMethod
Type: System.Reflection.MethodInfo
- interfaceType
Type: System.Type
- controlType
Type: System.Type
- displayName
Type: System.String
- id
Type: System.String
- allowsMultipleConnections
Type: System.Boolean
See Also
Reference
KpiListFilterConsumerConnectionPoint Class