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

返回

ICollection

指定属性名称的所有已筛选的属性项。

适用于