GenerateScriptTypeAttribute(Type) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为指定类型初始化 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
要包括在代理类中的类型。
例外
type
为 null
。
示例
下面的示例演示如何使用 GenerateScriptTypeAttribute 为指定的类型生成使用元数据标记的特定类型标识符的代理对象。
注解
ScriptTypeId属性是此构造函数的可选命名参数。