Freigeben über


IViewObject.GetAdvise Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub GetAdvise ( _
    <OutAttribute> ByRef pAspects As UInteger, _
    <OutAttribute> ByRef pAdvf As UInteger, _
    <OutAttribute> ByRef ppAdvSink As IAdviseSink _
)
'Usage
Dim instance As IViewObject
Dim pAspects As UInteger
Dim pAdvf As UInteger
Dim ppAdvSink As IAdviseSink

instance.GetAdvise(pAspects, pAdvf, ppAdvSink)
void GetAdvise(
    out uint pAspects,
    out uint pAdvf,
    out IAdviseSink ppAdvSink
)
void GetAdvise(
    [OutAttribute] unsigned int% pAspects, 
    [OutAttribute] unsigned int% pAdvf, 
    [OutAttribute] IAdviseSink^% ppAdvSink
)
abstract GetAdvise : 
        pAspects:uint32 byref * 
        pAdvf:uint32 byref * 
        ppAdvSink:IAdviseSink byref -> unit 
function GetAdvise(
    pAspects : uint, 
    pAdvf : uint, 
    ppAdvSink : IAdviseSink
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IViewObject Interface

IViewObject Members

Microsoft.VisualStudio.OLE.Interop Namespace