다음을 통해 공유


IDataServiceQueryProvider.GetOpenPropertyValue(Object, String) 메서드

정의

개방형 속성의 값을 가져옵니다.

public:
 System::Object ^ GetOpenPropertyValue(System::Object ^ target, System::String ^ propertyName);
public object GetOpenPropertyValue (object target, string propertyName);
abstract member GetOpenPropertyValue : obj * string -> obj
Public Function GetOpenPropertyValue (target As Object, propertyName As String) As Object

매개 변수

target
Object

개방형 속성을 선언하는 형식의 인스턴스입니다.

propertyName
String

개방형 속성의 이름입니다.

반환

개방형 속성 값입니다.

적용 대상