IAsyncQueryDefinition.HasChildQuery(String, IAsyncQueryDefinition) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the query retrieves data from a child collection.
public bool HasChildQuery (string name, out Microsoft.VisualStudio.ProjectSystem.Query.Providers.IAsyncQueryDefinition? childQueryDefinition);
abstract member HasChildQuery : string * IAsyncQueryDefinition -> bool
Public Function HasChildQuery (name As String, ByRef childQueryDefinition As IAsyncQueryDefinition) As Boolean
Parameters
- name
- String
The name of a child collection.
- childQueryDefinition
- IAsyncQueryDefinition
Returns a child query if it exists.
Returns
Whether it queries a child collection.