次の方法で共有


EnterpriseResourceCollection.Add メソッド

コレクションには、 AssignmentCreationInformationオブジェクトによって指定されているエンタープライズ リソースを追加します。

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

構文

'宣言
<RemoteAttribute> _
Public Function Add ( _
    parameters As EnterpriseResourceCreationInformation _
) As EnterpriseResource
'使用
Dim instance As EnterpriseResourceCollection
Dim parameters As EnterpriseResourceCreationInformation
Dim returnValue As EnterpriseResource

returnValue = instance.Add(parameters)
[RemoteAttribute]
public EnterpriseResource Add(
    EnterpriseResourceCreationInformation parameters
)

パラメーター

戻り値

型: Microsoft.ProjectServer.Client.EnterpriseResource
エンタープライズ リソースです。

関連項目

参照先

EnterpriseResourceCollection クラス

EnterpriseResourceCollection メンバー

Microsoft.ProjectServer.Client 名前空間