DesignerPropertyDescriptor.GetPropertyDescriptor(Type, String) 方法

定义

public:
 static Microsoft::ReportDesigner::DesignerPropertyDescriptor ^ GetPropertyDescriptor(Type ^ type, System::String ^ propertyName);
public static Microsoft.ReportDesigner.DesignerPropertyDescriptor GetPropertyDescriptor (Type type, string propertyName);
static member GetPropertyDescriptor : Type * string -> Microsoft.ReportDesigner.DesignerPropertyDescriptor
Public Shared Function GetPropertyDescriptor (type As Type, propertyName As String) As DesignerPropertyDescriptor

参数

type
Type
propertyName
String

返回

适用于