次の方法で共有


ReflectionExtensions.GetProperty(Type, String) メソッド

定義

Xamarin.Forms プラットフォームによる内部使用向け。

public static System.Reflection.PropertyInfo GetProperty (this Type type, string name);
static member GetProperty : Type * string -> System.Reflection.PropertyInfo

パラメーター

type
System.Type

Xamarin.Forms プラットフォームによる内部使用向け。

name
System.String

Xamarin.Forms プラットフォームによる内部使用向け。

戻り値

System.Reflection.PropertyInfo

Xamarin.Forms プラットフォームによる内部使用向け。

適用対象