다음을 통해 공유


IViewObject.GetAdvise Method

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

Syntax

‘선언
Sub GetAdvise ( _
    <OutAttribute> ByRef pAspects As UInteger, _
    <OutAttribute> ByRef pAdvf As UInteger, _
    <OutAttribute> ByRef ppAdvSink As IAdviseSink _
)
void GetAdvise(
    out uint pAspects,
    out uint pAdvf,
    out IAdviseSink ppAdvSink
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IViewObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace