_dispTextEditorEvents_LineChangedEventHandler – delegát
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro interní použití.
Obor názvů: EnvDTE
Sestavení: EnvDTE (v EnvDTE.dll)
Syntaxe
'Deklarace
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispTextEditorEvents_LineChangedEventHandler ( _
StartPoint As TextPoint, _
EndPoint As TextPoint, _
Hint As Integer _
)
[ComVisibleAttribute(false)]
public delegate void _dispTextEditorEvents_LineChangedEventHandler(
TextPoint StartPoint,
TextPoint EndPoint,
int Hint
)
[ComVisibleAttribute(false)]
public delegate void _dispTextEditorEvents_LineChangedEventHandler(
[InAttribute] TextPoint^ StartPoint,
TextPoint^ EndPoint,
int Hint
)
[<ComVisibleAttribute(false)>]
type _dispTextEditorEvents_LineChangedEventHandler =
delegate of
StartPoint:TextPoint *
EndPoint:TextPoint *
Hint:int -> unit
Jazyk JScript nepodporuje delegáty.
Parametry
- StartPoint
Typ: EnvDTE.TextPoint
Počáteční bod.
- EndPoint
Typ: EnvDTE.TextPoint
Koncový bod.
- Hint
Typ: System.Int32
Tip.