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
)
パラメーター
parameters
型: Microsoft.ProjectServer.Client.EnterpriseResourceCreationInformation作成するのには、エンタープライズ リソースのプロパティを指定します。
戻り値
型: Microsoft.ProjectServer.Client.EnterpriseResource
エンタープライズ リソースです。
関連項目
参照先
EnterpriseResourceCollection クラス