Share via


TagHelperDesignTimeDescriptorFactory.CreateAttributeDescriptor Method

Definition

Creates a TagHelperAttributeDesignTimeDescriptor from the given 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

Parameters

Returns

A TagHelperAttributeDesignTimeDescriptor that describes design time specific information for the given propertyInfo.

Applies to