TagHelperDesignTimeDescriptorFactory.CreateAttributeDescriptor Método

Definición

Crea un a TagHelperAttributeDesignTimeDescriptor partir del especificado propertyInfo .

public:
 Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperAttributeDesignTimeDescriptor ^ CreateAttributeDescriptor(System::Reflection::PropertyInfo ^ propertyInfo);
public Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperAttributeDesignTimeDescriptor CreateAttributeDescriptor (System.Reflection.PropertyInfo propertyInfo);
member this.CreateAttributeDescriptor : System.Reflection.PropertyInfo -> Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperAttributeDesignTimeDescriptor
Public Function CreateAttributeDescriptor (propertyInfo As PropertyInfo) As TagHelperAttributeDesignTimeDescriptor

Parámetros

propertyInfo
PropertyInfo

PropertyInfo a partir del cual se va a crear TagHelperAttributeDesignTimeDescriptor.

Devoluciones

TagHelperAttributeDesignTimeDescriptor

TagHelperAttributeDesignTimeDescriptorQue describe la información específica en tiempo de diseño para el determinado propertyInfo .

Se aplica a