ObjectPersistData.GetPropertyAllFilters(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定属性名称的所有已筛选的属性项。
此 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
参数
返回
指定属性名称的所有已筛选的属性项。