VirtualTypeBuilder.Implementor 属性

获取或设置对于生成的虚拟类型要使用的实现。

命名空间:  Microsoft.VisualStudio.Shell.Design
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Public Property Implementor As VirtualTypeImplementor
public VirtualTypeImplementor Implementor { get; set; }

属性值

类型:Microsoft.VisualStudio.Shell.Design.VirtualTypeImplementor
对于生成的虚拟类型将使用的 VirtualTypeImplementor

备注

,特性设置为时, VirtualTypeImplementor 为类型提供实例信息,如解决方法。Implementor 属性的默认值为 nullnull 引用(在 Visual Basic 中为 Nothing)。如果未将此特性设置 CreateType 将失败。

.NET Framework 安全性

请参见

参考

VirtualTypeBuilder 类

Microsoft.VisualStudio.Shell.Design 命名空间

CreateType

VirtualTypeImplementor