Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: System.UInt32
- ADVF
Type: System.UInt32
- pAdvSink
Type: Microsoft.VisualStudio.OLE.Interop.IAdviseSink
Remarks
For information on the COM interface, see IViewObject::SetAdvise
.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.