TagHelperDesignTimeDescriptorFactory.CreateAttributeDescriptor Metoda

Definice

Vytvoří TagHelperAttributeDesignTimeDescriptor z daného 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

Parametry

Návraty

TagHelperAttributeDesignTimeDescriptor

TagHelperAttributeDesignTimeDescriptorKterý popisuje informace o konkrétním čase návrhu pro daný objekt propertyInfo .

Platí pro