IViewObject.GetAdvise(UInt32, UInt32, IAdviseSink) Method

Definition

public:
 void GetAdvise([Runtime::InteropServices::Out] System::UInt32 % pAspects, [Runtime::InteropServices::Out] System::UInt32 % pAdvf, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IAdviseSink ^ % ppAdvSink);
void GetAdvise([Runtime::InteropServices::Out] unsigned int & pAspects, [Runtime::InteropServices::Out] unsigned int & pAdvf, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IAdviseSink const & & ppAdvSink);
public void GetAdvise (out uint pAspects, out uint pAdvf, out Microsoft.VisualStudio.OLE.Interop.IAdviseSink ppAdvSink);
abstract member GetAdvise : uint32 * uint32 * IAdviseSink -> unit
Public Sub GetAdvise (ByRef pAspects As UInteger, ByRef pAdvf As UInteger, ByRef ppAdvSink As IAdviseSink)

Parameters

pAspects
UInt32
pAdvf
UInt32
ppAdvSink
IAdviseSink

Remarks

For information on the COM interface, see IViewObject::GetAdvise

Applies to