EntityType<TDefinitionType,TImplementationType>.GetExecutable 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.
public override Microsoft.VisualStudio.ProjectSystem.Query.AsyncExecutable GetExecutable (Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable queryable, System.Collections.Immutable.ImmutableQueue<Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep> steps, bool isUpdate);
override this.GetExecutable : Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable * System.Collections.Immutable.ImmutableQueue<Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep> * bool -> Microsoft.VisualStudio.ProjectSystem.Query.AsyncExecutable
Public Overrides Function GetExecutable (queryable As AsyncQueryable, steps As ImmutableQueue(Of ExecutableStep), isUpdate As Boolean) As AsyncExecutable
Parameters
- queryable
- Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable
- steps
- ImmutableQueue<ExecutableStep>
- isUpdate
- Boolean
Returns
Microsoft.VisualStudio.ProjectSystem.Query.AsyncExecutable