Share via


ConstructorArgumentAttribute(String) 建構函式

定義

初始化 ConstructorArgumentAttribute 類別的新執行個體,以初始化 ArgumentName 屬性。

public:
 ConstructorArgumentAttribute(System::String ^ argumentName);
public ConstructorArgumentAttribute (string argumentName);
new System.Workflow.ComponentModel.Serialization.ConstructorArgumentAttribute : string -> System.Workflow.ComponentModel.Serialization.ConstructorArgumentAttribute
Public Sub New (argumentName As String)

參數

argumentName
String

string,包含引數名稱。

適用於