GlobalType::ClearObjectType Method ()
Visual Studio 2015
Clears the ObjectType property.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
The ClearObjectType method clears the ObjectType property, forcing this property to call the GetObjectType method to reevaluate the type of the global object.
ClearObjectType is typically called during PerformChange and PerformRemove operations, but may be directly invoked when the type is being altered manually.
Show: