ProjectChanges 構造体

定義

public value class ProjectChanges
public struct ProjectChanges
public readonly struct ProjectChanges
type ProjectChanges = struct
Public Structure ProjectChanges
継承
ProjectChanges

プロパティ

NewProject
OldProject
ProjectId

メソッド

GetAddedAdditionalDocuments()

DocumentId追加された dditional ドキュメントの順序DocumentIdsNewProjectを取得します。

GetAddedAnalyzerConfigDocuments()

DocumentId追加されたアナライザー構成ドキュメントの順序DocumentIdsNewProjectを取得します。

GetAddedAnalyzerReferences()
GetAddedDocuments()

DocumentId追加されたドキュメントの順序DocumentIdsNewProjectを取得します。

GetAddedMetadataReferences()
GetAddedProjectReferences()
GetChangedAdditionalDocuments()

変更 (テキスト形式と非テキスト形式) を含む追加のドキュメントを、表示される順序でDocumentIdsNewProject取得DocumentIdします。

GetChangedAnalyzerConfigDocuments()

アナライザー構成ドキュメントを、変更 (テキスト形式と非テキスト形式) で表示される順序でDocumentIdsNewProject取得DocumentIdします。

GetChangedDocuments()

変更されたドキュメント (テキスト形式と非テキスト形式) を表示する順序でDocumentIdsNewProject取得DocumentIdします。

GetChangedDocuments(Boolean)

変更されたドキュメントの表示順序をDocumentIdsNewProject取得します。 true の場合 onlyGetDocumentsWithTextChanges は、テキストが変更されたドキュメントのみを取得します (実際のコンテンツではなくテキスト ソースのみを確認します)。それ以外の場合は、変更 (つまり ParseOptionsSourceCodeKind ファイル パス) を含むドキュメントを取得します。

GetRemovedAdditionalDocuments()

削除された追加のドキュメントを表示順序でDocumentIdsOldProject取得DocumentIdします。

GetRemovedAnalyzerConfigDocuments()

DocumentId削除されたアナライザー構成ドキュメントの順序DocumentIdsOldProjectを取得します。

GetRemovedAnalyzerReferences()
GetRemovedDocuments()

削除されたドキュメントを表示順にDocumentIdsOldProject取得DocumentIdします。

GetRemovedMetadataReferences()
GetRemovedProjectReferences()

適用対象