GlobalType::ObjectType Property

 

Gets the checked type of the GlobalType.

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

public:
property Type^ ObjectType {
	Type^ get();
}

Property Value

Type: System::Type^

The Type of the GlobalType.

Exception Condition
InvalidOperationException

The global object's type resolved to null.

The ObjectType property calls the GetObjectType method to resolve the type of the current GlobalType. This call occurs during the first access of the property, and the value is cached until the global type is reset by a call to the ClearObjectType, PerformChange, or PerformRemove methods.

Return to top
Show: