次の方法で共有


GlobalObject.Created Event

Occurs when an instance of the global object is created.

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

Syntax

'宣言
Public Event Created As EventHandler
public event EventHandler Created

Remarks

The Created event occurs upon a retrieval of the Instance property, and only if an exception is not thrown and the result is not nulla null reference (Nothing in Visual Basic).

For more information about handling events, see Consuming Events.

.NET Framework Security

See Also

Reference

GlobalObject Class

Microsoft.VisualStudio.Shell.Design Namespace

OnCreated

Instance