: RSSAggregatorWebPart.SetConnectionInterfaceForFeedUrl (Método) (Microsoft.SharePoint.Portal.WebControls)
Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.
Este método no es compatible con CLS.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<ConnectionConsumerAttribute("Feed URL", "IWebPartFieldFeedUrl", AllowsMultipleConnections:=False)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Sub SetConnectionInterfaceForFeedUrl ( _
provider As IWebPartField _
)
'Uso
Dim instance As RSSAggregatorWebPart
Dim provider As IWebPartField
instance.SetConnectionInterfaceForFeedUrl(provider)
[ConnectionConsumerAttribute("Feed URL", "IWebPartFieldFeedUrl", AllowsMultipleConnections=false)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)]
public void SetConnectionInterfaceForFeedUrl (
IWebPartField provider
)
Parámetros
- provider
Vea también
Referencia
RSSAggregatorWebPart (Clase)
RSSAggregatorWebPart (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)