Compartir a través de


StandardTableKeyNames.ProjectGuid Campo

Definición

Identificador del proyecto que contiene el error.

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

Valor de campo

Comentarios

El tipo de datos esperado es Guid; de lo contrario, null si el error pertenece a más de un proyecto.

Use IVsSolution.GetGuidOfProject para obtener el GUID del proyecto de una IVsHierarchy.

El rendimiento se mejorará si se "prebox" Guid por, en ITableEntry o ITableEntriesSnapshot, se tiene una variable miembro:

private object boxedProjectGuid = projectGuid;

y devolviendo boxedProjectGuid en lugar de projectGuid.

Se aplica a