ConstructorArgumentAttribute(String) Costruttore

Definizione

Inizializza una nuova istanza della classe ConstructorArgumentAttribute, inizializzando la proprietà 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)

Parametri

argumentName
String

Elemento string contenente il nome dell'argomento.

Si applica a