Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Dichiarazione
Sub GetAdvise ( _
<OutAttribute> ByRef pAspects As UInteger, _
<OutAttribute> ByRef pAdvf As UInteger, _
<OutAttribute> ByRef ppAdvSink As IAdviseSink _
)
'Utilizzo
Dim instance As IViewObjectEx
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
- pAspects
Type: System.UInt32%
- pAdvf
Type: System.UInt32%
- ppAdvSink
Type: Microsoft.VisualStudio.OLE.Interop.IAdviseSink%
Implements
IViewObject2.GetAdvise(UInt32%, UInt32%, 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.