次の方法で共有


Filter.Fields プロパティ

このクラスでの公称値は、符号なしの型を CLS で使用できないようにします。

この API は、CLS に準拠していません。 

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

構文

'宣言
<CLSCompliantAttribute(False)> _
Public Property Fields As Filter.FieldCollection
    Get
    Set
'使用
Dim instance As Filter
Dim value As Filter.FieldCollection

value = instance.Fields

instance.Fields = value
[CLSCompliantAttribute(false)]
public Filter.FieldCollection Fields { get; set; }

プロパティ値

型: Microsoft.Office.Project.Server.Library.Filter.FieldCollection

注釈

Fieldsプロパティは、フィルターを作成するときに使用されているFilter.Fieldオブジェクトのコレクションです。

関連項目

参照先

Filter クラス

Filter メンバー

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