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
'Usage
Dim instance As ErrorItem
Dim value As String
value = instance.Project
string Project { get; }
property String^ Project {
String^ get ();
}
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.