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입니다.

적용 대상