ViewComponentDescriptor.Parameters Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece los parámetros asociados al 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)