ForwardingTypeDescriptionProvider.GetTypeDescriptor 方法 (Type, Object)

获取给定类型和对象的自定义类型说明符。

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

语法

声明
Public Overrides Function GetTypeDescriptor ( _
    objectType As Type, _
    instance As Object _
) As ICustomTypeDescriptor
public override ICustomTypeDescriptor GetTypeDescriptor(
    Type objectType,
    Object instance
)

参数

  • objectType
    类型:System.Type
    对象的类型可以检索类型描述符。
  • instance
    类型:System.Object
    模型元素可以检索类型描述符。

返回值

类型:System.ComponentModel.ICustomTypeDescriptor
特定类型和对象的自定义类型描述符。

备注

如果此类型创建的 TypeDescriptionProviderForwarder 委托返回目标架构元素,该方法将返回该目标元素的一说明符;否则,此方法返回 instance 元素的一描述符。

如果 instance 是 nullnull 引用(在 Visual Basic 中为 Nothing),该方法获取 objectType的自定义类型描述符。

.NET Framework 安全性

请参见

参考

ForwardingTypeDescriptionProvider 类

GetTypeDescriptor 重载

Microsoft.VisualStudio.Modeling.Design 命名空间