Partilhar via


EwaFilterConsumerConnectionPoint Constructor

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

See Also

Reference

EwaFilterConsumerConnectionPoint Class

EwaFilterConsumerConnectionPoint Members

Microsoft.Office.Excel.WebUI Namespace