Class ThisAddIn
Inheritance
System.Object
Microsoft.Office.Tools.AddInBase
ThisAddIn
Implements
Microsoft.Office.Tools.IAddInExtension
Microsoft.Office.Tools.IExtension
Microsoft.Office.Tools.EntryPoint
System.ComponentModel.ISupportInitialize
System.Windows.Forms.IBindableComponent
System.ComponentModel.IComponent
System.IDisposable
Inherited Members
Microsoft.Office.Tools.AddInBase.GetHostItem<T>(System.Type, System.String)
Microsoft.Office.Tools.AddInBase.BeginInit()
Microsoft.Office.Tools.AddInBase.CreateRibbonObjects()
Microsoft.Office.Tools.AddInBase.EndInit()
Microsoft.Office.Tools.AddInBase.FinishInitialization()
Microsoft.Office.Tools.AddInBase.Initialize()
Microsoft.Office.Tools.AddInBase.InitializeDataBindings()
Microsoft.Office.Tools.AddInBase.OnShutdown()
Microsoft.Office.Tools.AddInBase.OnStartup()
Microsoft.Office.Tools.AddInBase.RequestService(System.Guid)
Microsoft.Office.Tools.AddInBase.Dispose()
Microsoft.Office.Tools.AddInBase.Base
Microsoft.Office.Tools.AddInBase.DataHost
Microsoft.Office.Tools.AddInBase.HostContext
Microsoft.Office.Tools.AddInBase.ItemProvider
Microsoft.Office.Tools.AddInBase.Site
Microsoft.Office.Tools.AddInBase.DataBindings
Microsoft.Office.Tools.AddInBase.BindingContext
Microsoft.Office.Tools.AddInBase.Tag
Microsoft.Office.Tools.AddInBase.Startup
Microsoft.Office.Tools.AddInBase.Shutdown
Microsoft.Office.Tools.AddInBase.Disposed
Microsoft.Office.Tools.AddInBase.BindingContextChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.Office.Excel
Assembly: Quark.CMSAdapters.Office.Excel.dll
Syntax
[StartupObject(0)]
[PermissionSet(SecurityAction.Demand, Name = "FullTrust")]
public sealed class ThisAddIn : AddInBase, IAddInExtension, IExtension, EntryPoint, ISupportInitialize, IBindableComponent, IComponent, IDisposable
Methods
CreateRibbonExtensibilityObject()
Returns an object that implements the Microsoft.Office.Core.IRibbonExtensibility interface.
Declaration
protected override IRibbonExtensibility CreateRibbonExtensibilityObject()
Returns
Type | Description |
---|---|
Microsoft.Office.Core.IRibbonExtensibility | An object that implements the Microsoft.Office.Core.IRibbonExtensibility interface. |
Overrides
Microsoft.Office.Tools.AddInBase.CreateRibbonExtensibilityObject()
RequestComAddInAutomationService()
Returns an object in your add-in that can be used by other solutions.
Declaration
protected override object RequestComAddInAutomationService()
Returns
Type | Description |
---|---|
System.Object | An object that you want to expose to other solutions. |
Overrides
Microsoft.Office.Tools.AddInBase.RequestComAddInAutomationService()
Implements
Microsoft.Office.Tools.IAddInExtension
Microsoft.Office.Tools.IExtension
Microsoft.Office.Tools.EntryPoint
System.ComponentModel.ISupportInitialize
System.Windows.Forms.IBindableComponent
System.ComponentModel.IComponent
System.IDisposable