ConstructorArgumentAttribute(String) 构造函数

定义

初始化 ConstructorArgumentAttribute 类的新实例。

public:
 ConstructorArgumentAttribute(System::String ^ argumentName);
public ConstructorArgumentAttribute (string argumentName);
new System.Windows.Markup.ConstructorArgumentAttribute : string -> System.Windows.Markup.ConstructorArgumentAttribute
Public Sub New (argumentName As String)

参数

argumentName
String

将初始化关联属性的构造函数的名称。

适用于