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.
A notification from Visual Studio that something in the text has changed.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Private Sub OnChangeStreamAttributes ( _
iPos As Integer, _
iLength As Integer _
) Implements IVsTextStreamEvents.OnChangeStreamAttributes
'Usage
Dim instance As DocData
Dim iPos As Integer
Dim iLength As Integer
CType(instance, IVsTextStreamEvents).OnChangeStreamAttributes(iPos, _
iLength)
void IVsTextStreamEvents.OnChangeStreamAttributes(
int iPos,
int iLength
)
private:
virtual void OnChangeStreamAttributes(
int iPos,
int iLength
) sealed = IVsTextStreamEvents::OnChangeStreamAttributes
private abstract OnChangeStreamAttributes :
iPos:int *
iLength:int -> unit
private override OnChangeStreamAttributes :
iPos:int *
iLength:int -> unit
JScript does not support explicit interface implementations.
Parameters
- iPos
Type: System.Int32
Starting position of the changed text in the underlying buffer.
- iLength
Type: System.Int32
Length of the changed text in the underlying buffer.
Implements
IVsTextStreamEvents.OnChangeStreamAttributes(Int32, 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.