TagHelperDesignTimeDescriptorFactory.CreateDescriptor(Type) 方法

定义

TagHelperDesignTimeDescriptor从给定type的 创建 。

public:
 Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDesignTimeDescriptor ^ CreateDescriptor(Type ^ type);
public Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDesignTimeDescriptor CreateDescriptor (Type type);
member this.CreateDescriptor : Type -> Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDesignTimeDescriptor
Public Function CreateDescriptor (type As Type) As TagHelperDesignTimeDescriptor

参数

type
Type

要从其创建 TagHelperDesignTimeDescriptorType

返回

一个 , TagHelperDesignTimeDescriptor 它描述给定 type的设计时特定信息。

适用于