IViewObject.GetAdvise(UInt32, UInt32, IAdviseSink) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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