Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and manages advisory connections between a data object and one or more advise sinks. Implements the advisory methods of IDataObject. For more information, see IDataAdviseHolder.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("00000110-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IDataAdviseHolder
[GuidAttribute("00000110-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IDataAdviseHolder
[GuidAttribute(L"00000110-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IDataAdviseHolder
[<GuidAttribute("00000110-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IDataAdviseHolder = interface end
public interface IDataAdviseHolder
The IDataAdviseHolder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Advise | |
![]() |
EnumAdvise | |
![]() |
SendOnDataChange | |
![]() |
Unadvise |
Top