AddIn Members (2007 System)

Include Protected Members
Include Inherited Members

Provides core functionality for an add-in for a Microsoft Office application.

The AddIn type exposes the following members.

Constructors

 

Name

Description

Public method

AddIn

Infrastructure. Overloaded.

Top

Methods

 

Name

Description

Public method

BeginInit

Infrastructure.

Protected method

CheckValidState

(Inherited from RemoteComponent.)

Protected method

CreateRibbonExtensibilityObject

Returns an object that implements the Microsoft.Office.Core.IRibbonExtensibility interface.

Protected method

CreateRibbonObjects

Returns an array of OfficeRibbon objects to the CreateRibbonExtensibilityObject method.

Public method

Dispose

Overloaded.

Public method

EndInit

Infrastructure.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

(Inherited from RemoteComponent.)

Protected method

FinishInitialization

(Inherited from EntryPointComponentBase.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Protected method

GetHostItem<T>

(Inherited from RemoteComponent.)

Protected method

GetService

(Inherited from RemoteComponent.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

Initialize

Infrastructure. (Overrides EntryPointComponentBase.Initialize().)

Protected method

InitializeControl

(Inherited from RemoteComponent.)

Protected method

InitializeDataBindings

(Inherited from EntryPointComponentBase.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Protected method

OnBindingContextChanged

(Inherited from EntryPointBindableComponentBase.)

Protected method

OnShutdown

Infrastructure. (Overrides EntryPointComponentBase.OnShutdown().)

Protected method

OnStartup

Infrastructure. (Overrides EntryPointComponentBase.OnStartup().)

Protected method

RequestComAddInAutomationService

Returns an object in your add-in that can be used by other solutions.

Protected method

RequestService

Returns an object that extends a feature in the 2007 Microsoft Office system.

Protected method

SetPrimaryCookie

(Inherited from RemoteComponent.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

BindingContext

(Inherited from EntryPointBindableComponentBase.)

Public property

Container

(Inherited from RemoteComponent.)

Public property

ContainerComponent

(Inherited from EntryPointBindableComponentBase.)

Public property

DataBindings

(Inherited from EntryPointBindableComponentBase.)

Protected property

DataHost

(Inherited from EntryPointComponentBase.)

Public property

DefaultDataSourceUpdateMode

(Inherited from EntryPointBindableComponentBase.)

Protected property

DesignMode

(Inherited from RemoteComponent.)

Protected property

HostContext

(Inherited from RemoteComponent.)

Protected property

Identifier

(Inherited from RemoteComponent.)

Protected property

InnerType

(Inherited from RemoteComponent.)

Protected property

ItemProvider

(Inherited from RemoteComponent.)

Protected property

PrimaryCookie

(Inherited from RemoteComponent.)

Public property

Site

(Inherited from RemoteComponent.)

Public property

Tag

(Inherited from RemoteComponent.)

Top

Events

 

Name

Description

Public event

BindingContextChanged

(Inherited from EntryPointBindableComponentBase.)

Public event

Disposed

(Inherited from RemoteComponent.)

Public event

Shutdown

Occurs when the add-in is about to be unloaded.

Public event

Startup

Occurs when the add-in is loaded, after all the initialization code in the assembly has run.

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

IEntryPoint.FinishInitialization

(Inherited from EntryPointComponentBase.)

Explicit interface implemetationPrivate method

IEntryPoint.Initialize

(Inherited from EntryPointComponentBase.)

Explicit interface implemetationPrivate method

ISupportInitializeControl.InitializeControl

Infrastructure.

Explicit interface implemetationPrivate method

IEntryPoint.InitializeDataBindings

(Inherited from EntryPointComponentBase.)

Explicit interface implemetationPrivate method

IEntryPoint.OnShutdown

(Inherited from EntryPointComponentBase.)

Explicit interface implemetationPrivate method

IComAddInAutomationServiceProviderCallback.RequestComAddInAutomationService

Infrastructure.

Explicit interface implemetationPrivate method

IServiceProviderCallback.RequestService

Infrastructure.

Top

See Also

Reference

AddIn Class

Microsoft.Office.Tools Namespace