C# 클래스 Microsoft.VisualStudio.LanguageServices.Implementation.DebuggerIntelliSense.DebuggerIntelliSenseWorkspace

상속: Workspace
파일 보기 프로젝트 열기: lodejard/AllNetCore 1 사용 예제들

공개 메소드들

메소드 설명
DebuggerIntelliSenseWorkspace ( Solution solution ) : Microsoft.CodeAnalysis
OpenDocument ( DocumentId documentId, SourceTextContainer textContainer ) : void

메소드 상세

DebuggerIntelliSenseWorkspace() 공개 메소드

public DebuggerIntelliSenseWorkspace ( Solution solution ) : Microsoft.CodeAnalysis
solution Solution
리턴 Microsoft.CodeAnalysis

OpenDocument() 공개 메소드

public OpenDocument ( DocumentId documentId, SourceTextContainer textContainer ) : void
documentId DocumentId
textContainer SourceTextContainer
리턴 void