IQueryList.GetQueries Method

Definition

Retrieves the queries that a node would use to build its children.

public:
 cli::array <System::String ^> ^ GetQueries();
public string[] GetQueries ();
abstract member GetQueries : unit -> string[]
Public Function GetQueries () As String()

Returns

String[]

Returns an array of strings that represent the queries a node would use to build its children.

Applies to