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

適用対象