ApplicationFactory Interface

 

Provides methods you can use to perform miscellaneous tasks in application-level add-ins, such as extending native Word documents and creating Ribbon controls at run time.

Namespace:   Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

[GuidAttribute("E1FAF765-E4B2-4EBA-96B0-E8B82AE7AC95")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class ApplicationFactory : Factory

NameDescription
System_CAPS_pubmethodCreateAction(String^)

Creates a Action object that represents an action for a smart tag.

This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.

.

System_CAPS_pubmethodCreateSmartTag(String^, String^, ISmartTagExtension^)

Creates a SmartTag object that represents a smart tag on a document.

This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.

.

System_CAPS_pubmethodGetRibbonFactory()

Returns an object that you can use to create Ribbon controls at run time.(Inherited from Factory.)

System_CAPS_pubmethodGetVstoObject(_Document^)

Returns a Microsoft.Office.Tools.Word::Document host item that extends the functionality of the specified native document object.

System_CAPS_pubmethodHasVstoObject(_Document^)

Returns a value that indicates whether a Microsoft.Office.Tools.Word::Document host item has been created for the specified native document object.

To get an ApplicationFactory object, use the Globals.Factory property in your project. For more information, see Global Access to Objects in Office Projects.

System_CAPS_noteNote

This interface is implemented by the Visual Studio Tools for Office runtime. It is not intended to be implemented in your code. For more information, see Visual Studio Tools for Office Runtime Overview.

Return to top
Show: