Show / Hide Table of Contents

Class ThisAddIn

The main class for the VSTO add-in. Handles initialization, shutdown, and custom ribbon functionality for the Word add-in.

Inheritance
object
AddInBase
ThisAddIn
Implements
IAddInExtension
IExtension
EntryPoint
ISupportInitialize
IBindableComponent
IComponent
IDisposable
Inherited Members
AddInBase.BeginInit()
AddInBase.EndInit()
AddInBase.Dispose()
AddInBase.Base
AddInBase.DataHost
AddInBase.HostContext
AddInBase.ItemProvider
AddInBase.Site
AddInBase.DataBindings
AddInBase.BindingContext
AddInBase.Tag
AddInBase.Startup
AddInBase.Shutdown
AddInBase.Disposed
AddInBase.BindingContextChanged
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: CoverageKiller2
Assembly: CoverageKiller2.dll
Syntax
[StartupObject(0)]
public sealed class ThisAddIn : AddInBase, IAddInExtension, IExtension, EntryPoint, ISupportInitialize, IBindableComponent, IComponent, IDisposable

Methods

CreateRibbonExtensibilityObject()

Creates the custom ribbon for the add-in using Ribbon XML.

Declaration
protected override IRibbonExtensibility CreateRibbonExtensibilityObject()
Returns
Type Description
IRibbonExtensibility

An object that represents the custom ribbon.

Overrides
AddInBase.CreateRibbonExtensibilityObject()

Implements

IAddInExtension
IExtension
EntryPoint
ISupportInitialize
IBindableComponent
IComponent
IDisposable

Extension Methods

PingService.PingPong<T>(T, string)
PingService.PingPong<T>(T, string, string)
PingService.PingPong<T, TResult>(T, Func<TResult>, string, string)
PingService.Ping<T>(T, string)
PingService.Ping<T>(T, string, string)
PingService.Ping<T>(T, Type[], string)
PingService.Pong<T>(T, string)
PingService.Pong<T>(T, string, string)
PingService.Pong<T>(T, Type, string)
PingService.Pong<T>(T, Type[], string)
PingService.Pong<T, TResult>(T, Func<TResult>, string, string)
In this article
Back to top Generated by DocFX