TagHelperAttributeDescriptor.DesignTimeDescriptor 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í.
TagHelperAttributeDesignTimeDescriptorQue contiene información sobre el tiempo de diseño de este atributo.
public:
property Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperAttributeDesignTimeDescriptor ^ DesignTimeDescriptor { Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperAttributeDesignTimeDescriptor ^ get(); void set(Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperAttributeDesignTimeDescriptor ^ value); };
public Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperAttributeDesignTimeDescriptor DesignTimeDescriptor { get; set; }
member this.DesignTimeDescriptor : Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperAttributeDesignTimeDescriptor with get, set
Public Property DesignTimeDescriptor As TagHelperAttributeDesignTimeDescriptor