ISupportedChangesService 인터페이스

정의

를 사용하여 에서 ServicesGetService<TWorkspaceService>()가져올 수 있습니다.

public interface ISupportedChangesService : Microsoft.CodeAnalysis.Host.IWorkspaceService
type ISupportedChangesService = interface
    interface IWorkspaceService
Public Interface ISupportedChangesService
Implements IWorkspaceService
구현

메서드

CanApplyChange(ApplyChangesKind)

메서드에서 특정 종류의 변경이 지원되는지 여부를 확인합니다 TryApplyChanges(Solution) .

CanApplyCompilationOptionChange(CompilationOptions, CompilationOptions, Project)

에 대한 호출 중에 호출 TryApplyChanges(Solution) 되어 에 대한 특정 변경 CompilationOptions 이 허용되는지 확인합니다.

CanApplyParseOptionChange(ParseOptions, ParseOptions, Project)

에 대한 호출 중에 호출 TryApplyChanges(Solution) 되어 에 대한 특정 변경 ParseOptions 이 허용되는지 확인합니다.

적용 대상