ConstructorArgumentAttribute(String) Constructor

Definition

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)

Parameters

argumentName
String

The name of the constructor that will initialize the associated property.

Applies to