ViewComponentDescriptor.Parameters Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define os parâmetros associados ao método descrito por MethodInfo.
public:
property System::Collections::Generic::IReadOnlyList<System::Reflection::ParameterInfo ^> ^ Parameters { System::Collections::Generic::IReadOnlyList<System::Reflection::ParameterInfo ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::Reflection::ParameterInfo ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<System.Reflection.ParameterInfo> Parameters { get; set; }
member this.Parameters : System.Collections.Generic.IReadOnlyList<System.Reflection.ParameterInfo> with get, set
Public Property Parameters As IReadOnlyList(Of ParameterInfo)