다음을 통해 공유


ObjectPersistData.GetFilteredProperties(String) 메서드

정의

지정된 필터가 있는 속성 엔트리를 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 System::Collections::IDictionary ^ GetFilteredProperties(System::String ^ filter);
public System.Collections.IDictionary GetFilteredProperties (string filter);
member this.GetFilteredProperties : string -> System.Collections.IDictionary
Public Function GetFilteredProperties (filter As String) As IDictionary

매개 변수

filter
String

식의 Filter입니다.

반환

지정된 필터가 있는 속성 엔트리입니다.

적용 대상