Project.DocumentIds プロパティ

定義

このプロジェクトに関連付けられているすべてのドキュメント ID。

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::DocumentId ^> ^ DocumentIds { System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::DocumentId ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.DocumentId> DocumentIds { get; }
member this.DocumentIds : System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.DocumentId>
Public ReadOnly Property DocumentIds As IReadOnlyList(Of DocumentId)

プロパティ値

適用対象