LookupTableCollection.Add メソッド
コレクションには、 LookupTableCreationInformationオブジェクトによって指定されている参照テーブルを追加します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Function Add ( _
parameters As LookupTableCreationInformation _
) As LookupTable
'使用
Dim instance As LookupTableCollection
Dim parameters As LookupTableCreationInformation
Dim returnValue As LookupTable
returnValue = instance.Add(parameters)
[RemoteAttribute]
public LookupTable Add(
LookupTableCreationInformation parameters
)
パラメーター
parameters
型: Microsoft.ProjectServer.Client.LookupTableCreationInformation作成するルックアップ テーブルのプロパティ。
戻り値
型: Microsoft.ProjectServer.Client.LookupTable
ルックアップ テーブル。