다음을 통해 공유


SPWebPartConnection.ConsumerConnectionPoint property

Gets the connection point for a control that is acting as a consumer in a connection.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ConsumerConnectionPoint As ConsumerConnectionPoint
    Get
'Usage
Dim instance As SPWebPartConnection
Dim value As ConsumerConnectionPoint

value = instance.ConsumerConnectionPoint
[BrowsableAttribute(false)]
public ConsumerConnectionPoint ConsumerConnectionPoint { get; }

Property value

Type: System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint

See also

Reference

SPWebPartConnection class

SPWebPartConnection members

Microsoft.SharePoint.WebPartPages namespace