Pattern that marks the start of a block that should be ignored in the search process
Declaration Syntax
C# | Visual Basic | Visual C++ |
public string IgnoreBlockBeginPattern { get; set; }
Public Property IgnoreBlockBeginPattern As String
public: property String^ IgnoreBlockBeginPattern { String^ get (); void set (String^ value); }