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

True の 場合は、参照先のプロジェクトで定義されている相互運用機能の型を参照元のプロジェクトに埋め込む必要があります。

ProjectId

メソッド

Equals(Object)
Equals(ProjectReference)
GetHashCode()

演算子

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

適用対象