DataFormWebPart.ConnectionFilters - Propriété

Obtient les informations de filtre qui a été reçues à partir du contrôle de fournisseur.

Espace de noms :  Microsoft.SharePoint.WebPartPages
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property ConnectionFilters As Dictionary(Of String, String)
    Get
'Utilisation
Dim instance As DataFormWebPart
Dim value As Dictionary(Of String, String)

value = instance.ConnectionFilters
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public Dictionary<string, string> ConnectionFilters { get; }

Valeur de propriété

Type : System.Collections.Generic.Dictionary<String, String>
Les informations de filtre qui a été reçues à partir du contrôle de fournisseur.

Remarques

L'accesseur set ne fait rien.

Voir aussi

Référence

DataFormWebPart classe

DataFormWebPart - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms