ErrorItem.Project Property

Gets a string indicating the name of the project where the error occurred.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
ReadOnly Property Project As String
string Project { get; }
property String^ Project {
    String^ get ();
}
abstract Project : string
function get Project () : String

Property Value

Type: System.String
The project name.

.NET Framework Security

See Also

Reference

ErrorItem Interface

EnvDTE80 Namespace