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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.