API Reference
Interface
IUsageTelemetryRootDiscovery
Discovers default source roots for a provider.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Methods
public abstract IReadOnlyList<SourceRootRecord> DiscoverRoots() #Returns:
IReadOnlyList<SourceRootRecord>Discovers source roots that should be registered for import.
Properties
public abstract String ProviderId { get; } #Gets the stable provider identifier exposed by this discovery strategy.