GlobalObject(Type, String) Constructor

Definition

Initializes a new instance of the GlobalObject class.

protected:
 GlobalObject(Type ^ objectType, System::String ^ objectName);
protected:
 GlobalObject(Platform::Type ^ objectType, Platform::String ^ objectName);
protected GlobalObject (Type objectType, string objectName);
new Microsoft.VisualStudio.Shell.Design.GlobalObject : Type * string -> Microsoft.VisualStudio.Shell.Design.GlobalObject
Protected Sub New (objectType As Type, objectName As String)

Parameters

objectType
Type

The Type of the global object.

objectName
String

A String containing the name of the global object.

Exceptions

objectType is null.

Applies to