C# 클래스 MyAddin5.Connect

상속: Object, Extensibility.IDTExtensibility2
파일 보기 프로젝트 열기: SiteView/ECC8.13

공개 메소드들

메소드 설명
Connect ( ) : System

Implements the constructor for the Add-in object. Place your initialization code within this method.

OnAddInsUpdate ( System &custom ) : void

Implements the OnAddInsUpdate method of the IDTExtensibility2 interface. Receives notification that the collection of Add-ins has changed.

OnBeginShutdown ( System &custom ) : void

Implements the OnBeginShutdown method of the IDTExtensibility2 interface. Receives notification that the host application is being unloaded.

OnConnection ( object application, Extensibility connectMode, object addInInst, System &custom ) : void

Implements the OnConnection method of the IDTExtensibility2 interface. Receives notification that the Add-in is being loaded.

OnDisconnection ( Extensibility disconnectMode, System &custom ) : void

Implements the OnDisconnection method of the IDTExtensibility2 interface. Receives notification that the Add-in is being unloaded.

OnStartupComplete ( System &custom ) : void

Implements the OnStartupComplete method of the IDTExtensibility2 interface. Receives notification that the host application has completed loading.

SendVdxFile_DoWork ( object sender, System e ) : void
SendVdxFile_RunWorkerCompleted ( object sender, System e ) : void

비공개 메소드들

메소드 설명
AddToolBarButton ( ) : void
MyButton1_Click ( System.Windows.Forms.CommandBarButton cmdBarbutton, bool &cancel ) : void
MyButton_Click ( System.Windows.Forms.CommandBarButton cmdBarbutton, bool &cancel ) : void

메소드 상세

Connect() 공개 메소드

Implements the constructor for the Add-in object. Place your initialization code within this method.
public Connect ( ) : System
리턴 System

OnAddInsUpdate() 공개 메소드

Implements the OnAddInsUpdate method of the IDTExtensibility2 interface. Receives notification that the collection of Add-ins has changed.
public OnAddInsUpdate ( System &custom ) : void
custom System
리턴 void

OnBeginShutdown() 공개 메소드

Implements the OnBeginShutdown method of the IDTExtensibility2 interface. Receives notification that the host application is being unloaded.
public OnBeginShutdown ( System &custom ) : void
custom System
리턴 void

OnConnection() 공개 메소드

Implements the OnConnection method of the IDTExtensibility2 interface. Receives notification that the Add-in is being loaded.
public OnConnection ( object application, Extensibility connectMode, object addInInst, System &custom ) : void
application object
connectMode Extensibility
addInInst object
custom System
리턴 void

OnDisconnection() 공개 메소드

Implements the OnDisconnection method of the IDTExtensibility2 interface. Receives notification that the Add-in is being unloaded.
public OnDisconnection ( Extensibility disconnectMode, System &custom ) : void
disconnectMode Extensibility
custom System
리턴 void

OnStartupComplete() 공개 메소드

Implements the OnStartupComplete method of the IDTExtensibility2 interface. Receives notification that the host application has completed loading.
public OnStartupComplete ( System &custom ) : void
custom System
리턴 void

SendVdxFile_DoWork() 공개 메소드

public SendVdxFile_DoWork ( object sender, System e ) : void
sender object
e System
리턴 void

SendVdxFile_RunWorkerCompleted() 공개 메소드

public SendVdxFile_RunWorkerCompleted ( object sender, System e ) : void
sender object
e System
리턴 void