Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal CallbackMethod As MethodInfo, _ ByVal interfaceType As Type, _ ByVal controlType As Type, _ ByVal name As String, _ ByVal id As String, _ ByVal allowsMultipleConnections As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public WebPart.ParametersConsumerConnectionPoint( MethodInfo CallbackMethod, Type interfaceType, Type controlType, string name, string id, bool allowsMultipleConnections ) |
Parameters
- CallbackMethod
- Callback method.
- interfaceType
- Interface type.
- controlType
- Control type.
- name
- Name.
- id
- ID.
- allowsMultipleConnections
- Whether to allow multiple connections.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family