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

지정된 속성 이름에 대해 필터링된 모든 속성 엔트리입니다.

적용 대상