IExtension-Schnittstelle
Stellt eine Erweiterung des Typs in der Visual Studio-Tools für Office-Laufzeit dar.
Namespace: Microsoft.Office.Tools
Assemblys: Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)
Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)
Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Microsoft.Office.Tools (in Microsoft.Office.Tools.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("5d202ae1-75c2-4295-90f9-885b68a97d29")> _
Public Interface IExtension
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("5d202ae1-75c2-4295-90f9-885b68a97d29")]
public interface IExtension
Der IExtension-Typ macht die folgenden Member verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
ExtensionBase | Ruft das Objekt ab, das mit dieser IExtension erweitert werden soll. |
Zum Seitenanfang