ElementTypeDescriptionProvider.GetTypeDescriptor 方法 (Type, Object)

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

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

语法

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

参数

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

返回值

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

备注

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

.NET Framework 安全性

请参见

参考

ElementTypeDescriptionProvider 类

GetTypeDescriptor 重载

Microsoft.VisualStudio.Modeling.Design 命名空间