GlobalObject Methods

 

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

NameDescription
System_CAPS_protmethodClearInstance()

Clears the Instance property.

System_CAPS_protmethodClearObjectType()

Clears the ObjectType property. (Inherited from GlobalType.)

System_CAPS_protmethodCreateInstance()

Creates a cached instance of the global object.

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodEquals(Object^)

Checks if the specified object is equal to the current global object.(Overrides GlobalType::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for the current global object.(Overrides GlobalType::GetHashCode().)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodGetObjectType()

Returns the type of this global type.(Inherited from GlobalType.)

System_CAPS_pubmethodGetSerializer(Type^)

Returns the checked serializer of the specified type for the global object.

System_CAPS_pubmethodGetSerializerCore(Type^)

Returns a serializer of the specified type for the global object.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodOnChanged(EventArgs^)

Raises the Changed event.(Inherited from GlobalType.)

System_CAPS_protmethodOnChanging(EventArgs^)

Raises the Changing event.(Inherited from GlobalType.)

System_CAPS_protmethodOnCreated(EventArgs^)

Raises the Created event.

System_CAPS_protmethodOnRemoved(EventArgs^)

Raises the Removed event.(Inherited from GlobalType.)

System_CAPS_protmethodOnRemoving(EventArgs^)

Raises the Removing event.(Inherited from GlobalType.)

System_CAPS_protmethodPerformChange()

Reinitializes the global object and notifies users to changes to its state or shape.(Overrides GlobalType::PerformChange().)

System_CAPS_protmethodPerformRemove()

Clears the global object and notifies users of its removal.(Overrides GlobalType::PerformRemove().)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: