次の方法で共有


StageCollection.Remove メソッド

指定したワークフロー ステージをコレクションから削除します。

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

構文

'宣言
<RemoteAttribute> _
Public Function Remove ( _
    stage As Stage _
) As ClientResult(Of Boolean)
'使用
Dim instance As StageCollection
Dim stage As Stage
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Remove(stage)
[RemoteAttribute]
public ClientResult<bool> Remove(
    Stage stage
)

パラメーター

戻り値

型: Microsoft.SharePoint.Client.ClientResult<Boolean>
Trueオブジェクトがコレクションから削除された場合それ以外の場合、 False。

関連項目

参照先

StageCollection クラス

StageCollection メンバー

Microsoft.ProjectServer.Client 名前空間