'宣言 Public Shared Function GetPropertyInfo( _ ByVal type As System.Type, _ ByVal propertyName As System.String _ ) As System.Reflection.PropertyInfo
'使用法 Dim type As System.Type Dim propertyName As System.String Dim value As System.Reflection.PropertyInfo value = DTE.GetPropertyInfo(type, propertyName)
public static System.Reflection.PropertyInfo GetPropertyInfo( System.Type type, System.string propertyName )
パラメータ
- type
- propertyName