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

인수 이름을 포함하는 A string 입니다.

적용 대상