See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The VSAddInConnect type exposes the following members.

Constructors

  NameDescription
Public methodVSAddInConnect
Initializes a new instance of the VSAddInConnect class

Methods

  NameDescription
Public methodDispose()()()()
Releases all resources used by the VSAddInConnect
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the VSAddInConnect and optionally releases the managed resources
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExec
Protected methodFinalize (Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetPropertyGrid()()()()
Protected methodGetPropertyGrid(NNativeWindow)
Protected methodGetPropertyGrid(NNativeWindow, Int32)
Protected methodGetService
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAfterVSStartupComplete
Called when the add-in has loaded initially, and also after a SynchronizationContext.Post so that Visual Studio has a chance to initialize, unless Exec() is called before this is done in which case it is called immediately.
Public methodOnBeginShutdown
Public methodOnConnection
Public methodOnDisconnection
Public methodOnStartupComplete
Public methodQueryStatus
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also