C# 클래스 PersistExtensionAddIn.LogExtension

상속: ESRI.ArcGIS.Desktop.AddIns.Extension
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 메소드들

메소드 설명
LogExtension ( ) : System

보호된 메소드들

메소드 설명
OnLoad ( Stream inStrm ) : void
OnSave ( Stream outStrm ) : void
OnStartup ( ) : void

비공개 메소드들

메소드 설명
Events_OpenDocument ( ) : void
LogMessage ( string message ) : void
WireDocumentEvents ( ) : void

메소드 상세

LogExtension() 공개 메소드

public LogExtension ( ) : System
리턴 System

OnLoad() 보호된 메소드

protected OnLoad ( Stream inStrm ) : void
inStrm Stream
리턴 void

OnSave() 보호된 메소드

protected OnSave ( Stream outStrm ) : void
outStrm Stream
리턴 void

OnStartup() 보호된 메소드

protected OnStartup ( ) : void
리턴 void