Partager via


ViewComponentContext.Arguments Propriété

Définition

Obtient ou définit les arguments du composant d’affichage.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Arguments { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ value); };
public System.Collections.Generic.IDictionary<string,object> Arguments { get; set; }
public System.Collections.Generic.IDictionary<string,object?> Arguments { get; set; }
member this.Arguments : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Arguments As IDictionary(Of String, Object)

Valeur de propriété

Remarques

Le jeu de propriétés est fourni à des fins de test unitaire uniquement.

S’applique à