StandardTableKeyNames.ProjectGuid 필드

정의

오류가 포함된 프로젝트의 ID입니다.

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

필드 값

설명

예상 데이터 형식은 이고, null 그렇지 않으면 오류가 둘 이상의 프로젝트에 속하는 경우 입니다Guid.

IVsSolution.GetGuidOfProject를 사용하여 IVsHierarchy에서 프로젝트의 Guid를 가져옵니다.

또는 에서 ITableEntryITableEntriesSnapshot멤버 변수를 사용하여 by를 "프리박스"Guid하는 경우 성능이 향상됩니다.

private object boxedProjectGuid = projectGuid;

projectGuid 대신 boxedProjectGuid를 반환합니다.

적용 대상