Partager via


Web.GetPushNotificationSubscribersByArgs - Méthode

Queries for the push notification subscribers for the site with the specified set of custom arguments.The passed value is compared against the subscribers’ custom arguments in the store and exact matches are returned as a collection. Null or empty custom arguments return subscribers without any filtering. If no match is found, an empty collection is returned.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Function GetPushNotificationSubscribersByArgs ( _
    customArgs As String _
) As PushNotificationSubscriberCollection
'Utilisation
Dim instance As Web
Dim customArgs As String
Dim returnValue As PushNotificationSubscriberCollection

returnValue = instance.GetPushNotificationSubscribersByArgs(customArgs)
public PushNotificationSubscriberCollection GetPushNotificationSubscribersByArgs(
    string customArgs
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.PushNotificationSubscriberCollection
Collection of push notification subscribers.

Voir aussi

Référence

Web classe

Web - Membres

Microsoft.SharePoint.Client - Espace de noms