Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 534 Bytes

StringVisitor.md

File metadata and controls

28 lines (16 loc) · 534 Bytes

API categories | API index

StringVisitor (interface)

See Frame.GetSource() and Frame.GetText().

You have to keep a strong reference to the StringVisitor object while visiting strings, otherwise it gets destroyed and the StringVisitor callbacks won't be called.

Table of contents:

Callbacks

Visit

Parameter Type
value string
Return bool

Method that will be executed.