Gets or sets the offset in symbols from the start of the frame to the beginning symbol of the search pattern.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property PatternSearchSymbolOffset As Integer |
| C# | |
|---|
public abstract int PatternSearchSymbolOffset {get; set;} |
| C++/CLI | |
|---|
public:
abstract property int PatternSearchSymbolOffset {
int get();
void set ( int value);
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also