GlobalObject(Type, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Exceptions
objectType
is null
.