ConstructorArgumentAttribute(String) Costruttore

Definizione

Inizializza una nuova istanza della ConstructorArgumentAttribute classe , inizializzando la ArgumentName proprietà .

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

Oggetto string contenente il nome dell'argomento.

Si applica a