다음을 통해 공유


ObjectPath.ContainsProperty(Object, String) 메서드

정의

개체에 속성이 있는지 검색합니다.

public static bool ContainsProperty (object obj, string name);
static member ContainsProperty : obj * string -> bool
Public Shared Function ContainsProperty (obj As Object, name As String) As Boolean

매개 변수

obj
Object

이름입니다.

name
String

속성의 이름입니다.

반환

true이면 입니다.

적용 대상