PushNotificationSubscriberCollection.GetByStoreId 方法

返回从指定的存储标识符推送通知订阅。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Function GetByStoreId ( _
    id As String _
) As PushNotificationSubscriber
用法
Dim instance As PushNotificationSubscriberCollection
Dim id As String
Dim returnValue As PushNotificationSubscriber

returnValue = instance.GetByStoreId(id)
public PushNotificationSubscriber GetByStoreId(
    string id
)

参数

返回值

类型:Microsoft.SharePoint.Client.PushNotificationSubscriber
Microsoft.SharePoint.Client.PushNotificationSubscriber

另请参阅

引用

PushNotificationSubscriberCollection 类

PushNotificationSubscriberCollection 成员

Microsoft.SharePoint.Client 命名空间