BuildProjectReferencesContext.ProjectReferences 属性

定义

项目引用列表

public:
 property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ ProjectReferences { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> ProjectReferences { get; }
member this.ProjectReferences : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property ProjectReferences As IReadOnlyCollection(Of String)

属性值

IReadOnlyCollection<String>

适用于