SPWebPartConnection.Provider - Propriété
Obtient un contrôle WebPart qui agit comme fournisseur dans une connexion de WebParts.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Provider As WebPart
Get
'Utilisation
Dim instance As SPWebPartConnection
Dim value As WebPart
value = instance.Provider
[BrowsableAttribute(false)]
public WebPart Provider { get; }
Valeur de propriété
Type : System.Web.UI.WebControls.WebParts.WebPart
Un objet de composant WebPart.