StandardTableKeyNames2.ProjectNames Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of name of projects that contain the error.
public: System::String ^ ProjectNames;
std::wstring ProjectNames;
public const string ProjectNames;
val mutable ProjectNames : string
Public Const ProjectNames As String
Field Value
Remarks
The expected return type is IEnumerable<T> or null if the error belongs to a single project.
This property is used an error is created from shared projects (and, therefore, the same bit of code might generate errors in multiple projects).