Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Excel.WebUI
Assembly: Microsoft.Office.Excel.WebUI (in Microsoft.Office.Excel.WebUI.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 EwaFilterConsumerConnectionPoint(callbackMethod, _
interfaceType, controlType, displayName, _
id, allowsMultipleConnections)
public EwaFilterConsumerConnectionPoint(
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
EwaFilterConsumerConnectionPoint Class