GlobalType.GetObjectType 方法

返回此全局类型的类型。

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

语法

声明
Protected Overridable Function GetObjectType As Type
protected virtual Type GetObjectType()

返回值

类型:System.Type
GlobalTypeType

备注

GetObjectType 方法的默认实现返回传递到构造函数 GlobalType 的 objectType 参数。

,则首次访问时,GetObjectType 调用初始化 ObjectType 属性。 对于检索值缓存由 ObjectType ,直到 ClearObjectType 方法直接调用,或间接通过另一种方法 (例如) PerformChangePerformRemove

.NET Framework 安全性

请参见

参考

GlobalType 类

Microsoft.VisualStudio.Shell.Design 命名空间

GlobalType

ObjectType

ClearObjectType

PerformChange

PerformRemove