次の方法で共有


PushNotificationSubscriber コンストラクター

新しいPushNotificationSubscriberオブジェクトを指定します。

名前空間:  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 Sub New ( _
    context As ClientRuntimeContext, _
    objectPath As ObjectPath _
)
'使用
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath

Dim instance As New PushNotificationSubscriber(context, _
    objectPath)
public PushNotificationSubscriber(
    ClientRuntimeContext context,
    ObjectPath objectPath
)

パラメーター

  • objectPath
    型: Microsoft.SharePoint.Client.ObjectPath

    オブジェクトをサーバー上で再作成できるように、 ClientRuntimeContextクラスのクライアント オブジェクトを作成する方法を追跡します。このクラスとそのメンバーは内部使用のために予約済みです。ユーザーのコード内で使用されるものではありません。

関連項目

参照先

PushNotificationSubscriber クラス

PushNotificationSubscriber メンバー

Microsoft.SharePoint.Client 名前空間