次の方法で共有


StandardTableKeyNames.ProjectGuid フィールド

定義

エラーを含むプロジェクトの ID。

public: System::String ^ ProjectGuid;
std::wstring ProjectGuid;
public const string ProjectGuid;
val mutable ProjectGuid : string
Public Const ProjectGuid As String 

フィールド値

注釈

予期されるデータ型は です Guid。それ以外の場合は、 null エラーが複数のプロジェクトに属している場合。

IVsSolution.GetGuidOfProject を使用して、プロジェクトの Guid を IVsHierarchy から取得します。

または でITableEntryITableEntriesSnapshotメンバー変数をGuid持つ によって"事前にボックス化" すると、パフォーマンスが向上します。

private object boxedProjectGuid = projectGuid;

を指定し、projectGuid ではなく boxedProjectGuid を返します。

適用対象