共用方式為


ProjectInfo.Documents 屬性

定義

最初與專案相關聯的來源文件清單。

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

屬性值

適用於