IProjectContext.ProjectReferenceInformation Propiedad

Definición

Colección de información relacionada con las referencias del proyecto.

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(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.ProjectReferenceInformation> ProjectReferenceInformation { get; }
member this.ProjectReferenceInformation : seq<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.ProjectReferenceInformation>
Public ReadOnly Property ProjectReferenceInformation As IEnumerable(Of ProjectReferenceInformation)

Valor de propiedad

IEnumerable<ProjectReferenceInformation>

Se aplica a