Udostępnij za pośrednictwem


IManagedIntellisenseService2 Interface

Definition

public interface class IManagedIntellisenseService2 : Microsoft::VisualStudio::Workspace::Extensions::Indexing::IManagedIntellisenseService
public interface class IManagedIntellisenseService2 : Microsoft::VisualStudio::Workspace::Extensions::Indexing::IManagedIntellisenseService
__interface IManagedIntellisenseService2 : Microsoft::VisualStudio::Workspace::Extensions::Indexing::IManagedIntellisenseService
public interface IManagedIntellisenseService2 : Microsoft.VisualStudio.Workspace.Extensions.Indexing.IManagedIntellisenseService
type IManagedIntellisenseService2 = interface
    interface IManagedIntellisenseService
Public Interface IManagedIntellisenseService2
Implements IManagedIntellisenseService
Implements

Methods

GetIntellisenseForSolutionAsync(String, ImmutableHashSet<String>, String, CancellationToken)

Get intellisense data for a solution file excluding certain projects

GetIntellisenseForSolutionAsync(String, String, CancellationToken)

Get intellisense data for a solution file

(Inherited from IManagedIntellisenseService)
GetMSBuildCommandLineArgsAsync(String, String, IDictionary<String,String>, CancellationToken)

Get the Managed command line arguments for an MSBuild project

(Inherited from IManagedIntellisenseService)

Applies to