다음을 통해 공유


OpenTypeMethods.GetValue(Object, String) 메서드

정의

지정된 개체의 지정된 속성에서 값을 가져옵니다.

public:
 static System::Object ^ GetValue(System::Object ^ value, System::String ^ propertyName);
public static object GetValue (object value, string propertyName);
static member GetValue : obj * string -> obj
Public Shared Function GetValue (value As Object, propertyName As String) As Object

매개 변수

value
Object

속성 값을 가져올 개체입니다.

propertyName
String

값을 가져올 속성의 이름입니다.

반환

요청된 값이거나, 값을 확인할 수 없으면 null입니다.

적용 대상