ConstructorArgumentAttribute(String) 생성자
정의
ConstructorArgumentAttribute 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the ConstructorArgumentAttribute class.
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
연결된 속성을 초기화하는 생성자의 이름입니다.The name of the constructor that will initialize the associated property.