PexCreatableAttributeBase(Type) 构造函数

定义

加载可创建对象的类型。

protected:
 PexCreatableAttributeBase(Type ^ creatableType);
protected PexCreatableAttributeBase (Type creatableType);
new Microsoft.Pex.Framework.Creatable.PexCreatableAttributeBase : Type -> Microsoft.Pex.Framework.Creatable.PexCreatableAttributeBase
Protected Sub New (creatableType As Type)

参数

creatableType
Type

可创建对象的类型。

适用于