Share via


MatchInfoContext.DisplayPostContext Property

Definition

Gets or sets the lines found after a match. Does not include overlapping context and thus can be used to display contiguous match regions.

public:
 property cli::array <System::String ^> ^ DisplayPostContext { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ DisplayPostContext { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] DisplayPostContext { get; set; }
member this.DisplayPostContext : string[] with get, set
Public Property DisplayPostContext As String()

Property Value

String[]

Applies to