Proprietà FormatString.Arguments

Ottiene o imposta gli argomenti da applicare alla stringa di input.

Spazio dei nomi  Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Sintassi

'Dichiarazione
Public Property Arguments As Collection(Of InArgument)
    Get 
    Set
'Utilizzo
Dim instance As FormatString 
Dim value As Collection(Of InArgument)

value = instance.Arguments

instance.Arguments = value
public Collection<InArgument> Arguments { get; set; }
public:
property Collection<InArgument^>^ Arguments {
    Collection<InArgument^>^ get ();
    void set (Collection<InArgument^>^ value);
}
member Arguments : Collection<InArgument> with get, set
function get Arguments () : Collection<InArgument>
function set Arguments (value : Collection<InArgument>)

Valore proprietà

Tipo: System.Collections.ObjectModel.Collection<InArgument>
Restituisce gli argomenti da applicare alla stringa di input.

Vedere anche

Riferimento

FormatString Classe

Spazio dei nomi Microsoft.Activities.Expressions