CommonProjectContext.ProjectReferenceInformation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of information regarding the project references.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::ProjectReferenceInformation ^> ^ ProjectReferenceInformation { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::ProjectReferenceInformation ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::ProjectReferenceInformation ^> ^ value); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.ProjectReferenceInformation> ProjectReferenceInformation { get; set; }
member this.ProjectReferenceInformation : seq<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.ProjectReferenceInformation> with get, set
Public Property ProjectReferenceInformation As IEnumerable(Of ProjectReferenceInformation)