GlobalType.ClearObjectType Method
Clears the ObjectType property.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Protected Sub ClearObjectType
protected void ClearObjectType()
protected:
void ClearObjectType()
member ClearObjectType : unit -> unit
protected function ClearObjectType()
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.