ScannerClass.macroDefine(String, Int32, Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void macroDefine(System::String ^ _text, int _startLine, int _startPos, int _endLine, int _endPos);
protected virtual void macroDefine (string _text, int _startLine, int _startPos, int _endLine, int _endPos);
abstract member macroDefine : string * int * int * int * int -> unit
override this.macroDefine : string * int * int * int * int -> unit
Protected Overridable Sub macroDefine (_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