次の方法で共有


ProjectReferenceInformation クラス

定義

完全なパス、アセンブリ名などを含むプロジェクト参照の情報。

public ref class ProjectReferenceInformation
public class ProjectReferenceInformation
type ProjectReferenceInformation = class
Public Class ProjectReferenceInformation
継承
ProjectReferenceInformation

コンストラクター

ProjectReferenceInformation()

完全なパス、アセンブリ名などを含むプロジェクト参照の情報。

プロパティ

AssemblyName

プロジェクト参照のアセンブリ名。

CompilationItems

コンパイル用のプロジェクト 参照に含まれる項目 コンパイル <インクルード="" />

FullPath

プロジェクトの csproj ファイルへの完全パス。

ProjectName

プロジェクト参照の名前。

適用対象