次の方法で共有


ProjectServer コンストラクター (ClientRuntimeContext, ObjectPath)

SharePoint クライアントの実行時コンテキストおよびProject Web Appのパスを使用して、 ProjectServerオブジェクトを初期化します。

名前空間:  Microsoft.ProjectServer.Client
アセンブリ:  Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)

構文

'宣言
Public Sub New ( _
    context As ClientRuntimeContext, _
    objectPath As ObjectPath _
)
'使用
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath

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

パラメーター

関連項目

参照先

ProjectServer クラス

ProjectServer メンバー

ProjectServer オーバーロード

Microsoft.ProjectServer.Client 名前空間