1 implementation of GetAdvise
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
566HRESULT IViewObject.Interface.GetAdvise(uint* pAspects, uint* pAdvf, IAdviseSink** ppAdvSink) =>
6 references to GetAdvise
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
617=> ((IViewObject.Interface)this).GetAdvise(pAspects, pAdvf, ppAdvSink);
System.Windows.Forms.Primitives (5)
_generated\277\Windows.Win32.IViewObject.g.cs (1)
318 return __object.GetAdvise(pAspects, pAdvf, ppAdvSink);
_generated\522\Windows.Win32.System_Ole_IViewObject_Extensions.g.cs (4)
52 /// <inheritdoc cref="winmdroot.System.Ole.IViewObject.Interface.GetAdvise(uint*, uint*, winmdroot.System.Com.IAdviseSink**)"/> 59 winmdroot.Foundation.HRESULT __result = @this.GetAdvise(pAspectsLocal, pAdvfLocal, ppAdvSink); 65 /// <inheritdoc cref="winmdroot.System.Ole.IViewObject.Interface.GetAdvise(uint*, uint*, winmdroot.System.Com.IAdviseSink**)"/> 68 winmdroot.Foundation.HRESULT __result = @this.GetAdvise(default(uint* ), default(uint* ), ppAdvSink);