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

將初始化相關聯屬性的建構函式名稱。

適用於