Share via


ScannerClass.localMacroDefine(String, Int32, Int32, Int32, Int32) Method

Definition

protected:
 virtual void localMacroDefine(System::String ^ _text, int _startLine, int _startPos, int _endLine, int _endPos);
protected virtual void localMacroDefine (string _text, int _startLine, int _startPos, int _endLine, int _endPos);
abstract member localMacroDefine : string * int * int * int * int -> unit
override this.localMacroDefine : string * int * int * int * int -> unit
Protected Overridable Sub localMacroDefine (_text As String, _startLine As Integer, _startPos As Integer, _endLine As Integer, _endPos As Integer)

Parameters

_text
String
_startLine
Int32
_startPos
Int32
_endLine
Int32
_endPos
Int32

Applies to