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
- pAspects
Type: System.UInt32%
- pAdvf
Type: System.UInt32%
- ppAdvSink
Type: Microsoft.VisualStudio.OLE.Interop.IAdviseSink%
Remarks
For information on the COM interface, see IViewObject::GetAdvise
.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.