ObjectPath.GetProperties(Object) 메서드

정의

개체의 모든 속성을 가져옵니다.

public static System.Collections.Generic.IEnumerable<string> GetProperties (object obj);
static member GetProperties : obj -> seq<string>
Public Shared Iterator Function GetProperties (obj As Object) As IEnumerable(Of String)

매개 변수

obj
Object

속성 이름을 열거하는 개체입니다.

반환

값 형식이 아닌 경우 개체의 속성 이름 열거형입니다.

적용 대상