次の方法で共有


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

プロパティ名を列挙するオブジェクト。

戻り値

値型でない場合は、オブジェクトのプロパティ名の列挙。

適用対象