ObjectPersistData.GetPropertyAllFilters(String) メソッド

定義

指定したプロパティ名のフィルター処理されたすべてのプロパティ エントリを返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 System::Collections::ICollection ^ GetPropertyAllFilters(System::String ^ name);
public System.Collections.ICollection GetPropertyAllFilters(string name);
member this.GetPropertyAllFilters : string -> System.Collections.ICollection
Public Function GetPropertyAllFilters (name As String) As ICollection

パラメーター

name
String

式の Name

返品

指定したプロパティ名に対してフィルター処理されたすべてのプロパティ エントリ。

適用対象