IExtensibleObjectSite 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
<GuidAttribute("EB5BE8A7-E593-4DE6-A923-C2AFECB96336")> _
<InterfaceTypeAttribute()> _
Public Interface IExtensibleObjectSite
[GuidAttribute("EB5BE8A7-E593-4DE6-A923-C2AFECB96336")]
[InterfaceTypeAttribute()]
public interface IExtensibleObjectSite
[GuidAttribute(L"EB5BE8A7-E593-4DE6-A923-C2AFECB96336")]
[InterfaceTypeAttribute()]
public interface class IExtensibleObjectSite
[<GuidAttribute("EB5BE8A7-E593-4DE6-A923-C2AFECB96336")>]
[<InterfaceTypeAttribute()>]
type IExtensibleObjectSite = interface end
public interface IExtensibleObjectSite
The IExtensibleObjectSite type exposes the following members.
Methods
Name | Description | |
---|---|---|
NotifyDelete | Infrastructure. Microsoft Internal Use Only. |
Top