GlobalType::ClearObjectType Method ()

 

Clears the ObjectType property.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

protected:
void ClearObjectType()

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.

Return to top
Show: