Method SetupQuery
SetupQuery(VSGraphModel, string, IEnumerable<Type>)
Declaration
protected IVariableModel SetupQuery(VSGraphModel graph, string name, IEnumerable<Type> components)
Parameters
Returns
Type |
Description |
IVariableModel |
|
SetupQuery(VSGraphModel, string, IEnumerable<Type>, out ComponentQueryDeclarationModel)
Declaration
protected IVariableModel SetupQuery(VSGraphModel graph, string name, IEnumerable<Type> components, out ComponentQueryDeclarationModel query)
Parameters
Returns
Type |
Description |
IVariableModel |
|