Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub SetAdvise ( _
    aspects As UInteger, _
    ADVF As UInteger, _
    pAdvSink As IAdviseSink _
)
void SetAdvise(
    uint aspects,
    uint ADVF,
    IAdviseSink pAdvSink
)
void SetAdvise(
    [InAttribute] unsigned int aspects, 
    [InAttribute] unsigned int ADVF, 
    [InAttribute] IAdviseSink^ pAdvSink
)
abstract SetAdvise : 
        aspects:uint32 * 
        ADVF:uint32 * 
        pAdvSink:IAdviseSink -> unit
function SetAdvise(
    aspects : uint, 
    ADVF : uint, 
    pAdvSink : IAdviseSink
)
Parameters
- aspects
 Type: UInt32
- ADVF
 Type: UInt32
- pAdvSink
 Type: Microsoft.VisualStudio.OLE.Interop.IAdviseSink
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.