次の方法で共有


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
)

パラメーター

  • id
    型: System.String

    通知の購読の識別子が格納されます。

戻り値

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

関連項目

参照先

PushNotificationSubscriberCollection クラス

PushNotificationSubscriberCollection メンバー

Microsoft.SharePoint.Client 名前空間