C# Class Roslyn.Test.EditorUtilities.NavigateTo.NavigateToTestAggregator

ファイルを表示 Open project: lodejard/AllNetCore Class Usage Examples

Public Methods

Method Description
GetItems ( string searchValue ) : IEnumerable

Synchronously return the items produced by the INavigateToItemProvider.

NavigateToTestAggregator ( INavigateToItemProvider itemProvider ) : System.Collections.Generic

Method Details

GetItems() public method

Synchronously return the items produced by the INavigateToItemProvider.
public GetItems ( string searchValue ) : IEnumerable
searchValue string
return IEnumerable

NavigateToTestAggregator() public method

public NavigateToTestAggregator ( INavigateToItemProvider itemProvider ) : System.Collections.Generic
itemProvider INavigateToItemProvider
return System.Collections.Generic