Workspace.CheckDocumentIsNotInCurrentSolution(DocumentId) 메서드

정의

문서가 현재 솔루션의 일부인 경우 예외를 throw합니다.

protected:
 void CheckDocumentIsNotInCurrentSolution(Microsoft::CodeAnalysis::DocumentId ^ documentId);
protected void CheckDocumentIsNotInCurrentSolution (Microsoft.CodeAnalysis.DocumentId documentId);
member this.CheckDocumentIsNotInCurrentSolution : Microsoft.CodeAnalysis.DocumentId -> unit
Protected Sub CheckDocumentIsNotInCurrentSolution (documentId As DocumentId)

매개 변수

documentId
DocumentId

적용 대상