ViewComponentResult.ViewComponentType 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 el tipo del componente de vista que se va a invocar.
public:
property Type ^ ViewComponentType { Type ^ get(); void set(Type ^ value); };
public Type ViewComponentType { get; set; }
public Type? ViewComponentType { get; set; }
member this.ViewComponentType : Type with get, set
Public Property ViewComponentType As Type