CommonProjectContext.ProjectReferences Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Cesty k odkazům na projekt (přímé i nepřímé) projektu
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)