IExtensibleObject-Schnittstelle
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Nur für die interne Verwendung durch Microsoft vorgesehen.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("86C31347-5B52-4715-B454-A6E5FCAB975D")> _
Public Interface IExtensibleObject
[InterfaceTypeAttribute()]
[GuidAttribute("86C31347-5B52-4715-B454-A6E5FCAB975D")]
public interface IExtensibleObject
[InterfaceTypeAttribute()]
[GuidAttribute(L"86C31347-5B52-4715-B454-A6E5FCAB975D")]
public interface class IExtensibleObject
[<InterfaceTypeAttribute()>]
[<GuidAttribute("86C31347-5B52-4715-B454-A6E5FCAB975D")>]
type IExtensibleObject = interface end
public interface IExtensibleObject
Der IExtensibleObject-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
GetAutomationObject | Infrastruktur. Nur für die interne Verwendung durch Microsoft vorgesehen. |
Zum Seitenanfang