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

戻り値

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

適用対象