次の方法で共有


Filter.LogicalOperator.Operands プロパティ

操作が行われたオブジェクトを取得します。

名前空間:  Microsoft.Office.Project.Server.Library
アセンブリ:  Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)

構文

'宣言
Public ReadOnly Property Operands As List(Of Filter.IOperator)
    Get
'使用
Dim instance As Filter.LogicalOperator
Dim value As List(Of Filter.IOperator)

value = instance.Operands
public List<Filter.IOperator> Operands { get; }

プロパティ値

型: System.Collections.Generic.List<Filter.IOperator>
Filter.IOperatorの種類の一覧。

関連項目

参照先

Filter.LogicalOperator クラス

Filter.LogicalOperator メンバー

Microsoft.Office.Project.Server.Library 名前空間