App コンストラクター
現在のコンテンツとオブジェクトの軌跡を使用して、 Appクラスの新しいインスタンスを初期化します。
名前空間: 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 App(context, _
objectPath)
public App(
ClientRuntimeContext context,
ObjectPath objectPath
)
パラメーター
context
型: Microsoft.SharePoint.Client.ClientRuntimeContext現在のコンテキスト。
objectPath
型: Microsoft.SharePoint.Client.ObjectPathオブジェクトのパス。