IExtensibleObject Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
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
The IExtensibleObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetAutomationObject | Infrastructure. Microsoft Internal Use Only. |
Top