Share via


GlobalType(Type) Constructor

Definition

Initializes a new instance of GlobalType.

protected:
 GlobalType(Type ^ objectType);
protected:
 GlobalType(Platform::Type ^ objectType);
protected GlobalType (Type objectType);
new Microsoft.VisualStudio.Shell.Design.GlobalType : Type -> Microsoft.VisualStudio.Shell.Design.GlobalType
Protected Sub New (objectType As Type)

Parameters

objectType
Type

The Type of the global type.

Exceptions

objectType is null.

Applies to