共用方式為


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

如果參考專案中定義的 Interop 類型應該內嵌到參考專案中,則為 True。

ProjectId

方法

Equals(Object)
Equals(ProjectReference)
GetHashCode()

運算子

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

適用於