次の方法で共有


CommonProjectContext.ProjectReferenceInformation プロパティ

定義

プロジェクト参照に関する情報のコレクション。

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)

プロパティ値

適用対象