IVstaHelper.GetBuildErrors(String) Method
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.
Gets the build errors.
public:
System::Collections::Generic::ICollection<System::String ^> ^ GetBuildErrors(System::String ^ configuration);
public System.Collections.Generic.ICollection<string> GetBuildErrors (string configuration);
abstract member GetBuildErrors : string -> System.Collections.Generic.ICollection<string>
Public Function GetBuildErrors (configuration As String) As ICollection(Of String)
Parameters
- configuration
- String
The configuration of the project.
Returns
A collection of build errors.