InterfaceTypes.IParametersInConsumer Field

NOTE: This API is now obsolete.

Represents the interface type of the IParametersInConsumer Web Part connection interface. This field is constant.

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

Syntax

'Declaration
<ObsoleteAttribute("Use ConnectionProvider or ConnectionConsumer attribute to create ConnectionPoint instead.")> _
Public Const IParametersInConsumer As String
'Usage
Dim value As String

value = InterfaceTypes.IParametersInConsumer
[ObsoleteAttribute("Use ConnectionProvider or ConnectionConsumer attribute to create ConnectionPoint instead.")]
public const string IParametersInConsumer

Remarks

Use this field to specify the IParametersInConsumer interface in the interfaceType parameter when calling the RegisterInterface method of the Microsoft.SharePoint.WebPartPages.WebPart class.

See Also

Reference

InterfaceTypes Class

InterfaceTypes Members

Microsoft.SharePoint.WebPartPages.Communication Namespace