ConstructorArgumentAttribute(String) Konstruktor

Definice

Inicializuje novou instanci ConstructorArgumentAttribute třídy, inicializuje ArgumentName vlastnost.

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)

Parametry

argumentName
String

A string obsahující název argumentu.

Platí pro