WebPart.TableConsumerConnectionPoint 构造函数

使用指定的参数的WebPart.TableConsumerConnectionPoint类的新实例进行初始化。

命名空间:  Microsoft.Office.Server.WebControls.Charting
程序集:  Microsoft.Office.Server.Chart(位于 Microsoft.Office.Server.Chart.dll 中)

语法

声明
Public Sub New ( _
    callbackMethod As MethodInfo, _
    interfaceType As Type, _
    controlType As Type, _
    name As String, _
    id As String, _
    allowsMultipleConnections As Boolean _
)
用法
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.TableConsumerConnectionPoint(callbackMethod, _
    interfaceType, controlType, name, _
    id, allowsMultipleConnections)
public TableConsumerConnectionPoint(
    MethodInfo callbackMethod,
    Type interfaceType,
    Type controlType,
    string name,
    string id,
    bool allowsMultipleConnections
)

参数

  • interfaceType
    类型:System.Type

    Type对象,该对象表示使用者接收来自提供程序的接口。

  • controlType
    类型:System.Type

    Type对象,该对象表示使用者连接点与之关联的使用者控件。

  • name
    类型:System.String

    String对象,该对象表示在连接用户界面中向用户显示的使用者连接点的友好的显示名称。

  • id
    类型:System.String

    String对象,该对象表示使用者连接点的唯一标识符。

  • allowsMultipleConnections
    类型:System.Boolean

    表示一个值,该值指示是否使用者连接点的Boolean对象可以有多个并发连接,与提供商。

备注

此构造函数调用基构造函数,并将其传递所需的参数。

另请参阅

引用

WebPart.TableConsumerConnectionPoint 类

WebPart.TableConsumerConnectionPoint 成员

Microsoft.Office.Server.WebControls.Charting 命名空间