CommonProjectContext.ProjectReferences 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
專案參考的路徑 (專案的直接或間接) 。
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ ProjectReferences { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> ProjectReferences { get; set; }
member this.ProjectReferences : seq<string> with get, set
Public Property ProjectReferences As IEnumerable(Of String)