OutlookAddIn 클래스(2007 시스템)
업데이트: 2007년 11월
Microsoft Office Outlook 추가 기능을 나타냅니다.
네임스페이스: Microsoft.Office.Tools.Outlook
어셈블리: Microsoft.Office.Tools.Outlook.v9.0(Microsoft.Office.Tools.Outlook.v9.0.dll)
구문
<AddInBaseAttribute(ActivatableAs := )> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class OutlookAddIn _
Inherits AddIn
Dim instance As OutlookAddIn
[AddInBaseAttribute(ActivatableAs = )]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class OutlookAddIn : AddIn
설명
Outlook 추가 기능 프로젝트를 만들면 OutlookAddIn에서 파생되는 ThisAddIn이라는 클래스가 Visual Studio Tools for Office에서 자동으로 만들어집니다. 이 ThisAddIn 클래스를 출발점으로 삼아 코드를 작성할 수 있습니다. ThisAddIn 클래스의 Application 필드를 사용하여 호스트 응용 프로그램의 개체 모델에 액세스할 수 있습니다. ThisAddIn 클래스에 대한 자세한 내용은 응용 프로그램 수준 추가 기능 프로그래밍을 참조하십시오.
상속 계층 구조
System.Object
Microsoft.VisualStudio.Tools.Office.RemoteComponent
Microsoft.VisualStudio.Tools.Office.EntryPointComponentBase
Microsoft.VisualStudio.Tools.Office.EntryPointBindableComponentBase
Microsoft.Office.Tools.AddIn
Microsoft.Office.Tools.Outlook.OutlookAddIn
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.