Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub OnViewChange ( _
dwAspect As UInteger, _
lindex As Integer _
)
'Usage
Dim instance As IAdviseSinkEx
Dim dwAspect As UInteger
Dim lindex As Integer
instance.OnViewChange(dwAspect, lindex)
void OnViewChange(
uint dwAspect,
int lindex
)
void OnViewChange(
[InAttribute] unsigned int dwAspect,
[InAttribute] int lindex
)
abstract OnViewChange :
dwAspect:uint32 *
lindex:int -> unit
function OnViewChange(
dwAspect : uint,
lindex : int
)
Parameters
- dwAspect
Type: System.UInt32
- lindex
Type: System.Int32
Implements
IAdviseSink.OnViewChange(UInt32, Int32)
.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.