GenerateScriptTypeAttribute(Type) 构造函数

定义

为指定类型初始化 GenerateScriptTypeAttribute 类的新实例。

public:
 GenerateScriptTypeAttribute(Type ^ type);
public GenerateScriptTypeAttribute (Type type);
new System.Web.Script.Services.GenerateScriptTypeAttribute : Type -> System.Web.Script.Services.GenerateScriptTypeAttribute
Public Sub New (type As Type)

参数

type
Type

要包括在代理类中的类型。

例外

typenull

示例

下面的示例演示如何使用 GenerateScriptTypeAttribute 为指定的类型生成使用元数据标记的特定类型标识符的代理对象。

注解

ScriptTypeId属性是此构造函数的可选命名参数。

适用于