IProjectContext.ProjectReferences 屬性

定義

專案參考的路徑 (專案的直接和間接) 。

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ ProjectReferences { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> ProjectReferences { get; }
member this.ProjectReferences : seq<string>
Public ReadOnly Property ProjectReferences As IEnumerable(Of String)

屬性值

適用於