다음을 통해 공유


ProjectChanges 구조체

정의

public value class ProjectChanges
public struct ProjectChanges
public readonly struct ProjectChanges
type ProjectChanges = struct
Public Structure ProjectChanges
상속
ProjectChanges

속성

NewProject
OldProject
ProjectId

메서드

GetAddedAdditionalDocuments()

추가된 dditional 문서의 순서대로 를 DocumentIdsNewProject가져옵니다DocumentId.

GetAddedAnalyzerConfigDocuments()

DocumentId에 표시되는 DocumentIdsNewProject순서대로 추가된 분석기 구성 문서를 가져옵니다.

GetAddedAnalyzerReferences()
GetAddedDocuments()

DocumentId에 표시되는 DocumentIdsNewProject순서대로 추가된 문서의 수를 가져옵니다.

GetAddedMetadataReferences()
GetAddedProjectReferences()
GetChangedAdditionalDocuments()

DocumentId변경 내용(텍스트 및 텍스트가 아닌 문서)이 표시되는 DocumentIdsNewProject순서대로 추가 문서를 가져옵니다.

GetChangedAnalyzerConfigDocuments()

DocumentId변경 내용(텍스트 및 텍스트가 아닌)이 표시된 DocumentIdsNewProject순서대로 분석기 구성 문서를 가져옵니다.

GetChangedDocuments()

DocumentId표시되는 순서대로 변경 내용(텍스트 및 텍스트가 아닌 문서)이 있는 DocumentIdsNewProject문서를 가져옵니다.

GetChangedDocuments(Boolean)

변경된 문서가 표시되는 DocumentIdsNewProject순서대로 가져옵니다. true이면 onlyGetDocumentsWithTextChanges 텍스트가 변경된 문서만 가져옵니다(실제 콘텐츠가 아닌 텍스트 원본만 확인). 그렇지 않으면 변경 내용이 있는 문서(예ParseOptionsSourceCodeKind: 파일 경로)를 가져옵니다.

GetRemovedAdditionalDocuments()

DocumentId에서 표시되는 DocumentIdsOldProject순서대로 제거된 추가 문서를 가져옵니다.

GetRemovedAnalyzerConfigDocuments()

에서 표시되는 순서대로 제거된 분석기 구성 문서의 s를 DocumentIdsOldProject가져옵니다DocumentId.

GetRemovedAnalyzerReferences()
GetRemovedDocuments()

에서 표시되는 DocumentIds 순서대로 제거된 문서의 S를 OldProject가져옵니다DocumentId.

GetRemovedMetadataReferences()
GetRemovedProjectReferences()

적용 대상