ProjectReference 类

定义

public ref class ProjectReference sealed : IEquatable<Microsoft::CodeAnalysis::ProjectReference ^>
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(),nq}")]
public sealed class ProjectReference : IEquatable<Microsoft.CodeAnalysis.ProjectReference>
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(),nq}")>]
type ProjectReference = class
    interface IEquatable<ProjectReference>
Public NotInheritable Class ProjectReference
Implements IEquatable(Of ProjectReference)
继承
ProjectReference
属性
实现

构造函数

ProjectReference(ProjectId, ImmutableArray<String>, Boolean)

属性

Aliases

引用的别名。 如果引用没有别名,则为空。

EmbedInteropTypes

如此 如果引用的项目中定义的互操作类型应嵌入到引用项目中。

ProjectId

方法

Equals(Object)
Equals(ProjectReference)
GetHashCode()

运算符

Equality(ProjectReference, ProjectReference)
Inequality(ProjectReference, ProjectReference)

适用于