BuildResult.HasResultsForTarget(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.
Determines if there are any results for the specified target.
public:
virtual bool HasResultsForTarget(System::String ^ target);
public bool HasResultsForTarget (string target);
abstract member HasResultsForTarget : string -> bool
override this.HasResultsForTarget : string -> bool
Public Function HasResultsForTarget (target As String) As Boolean
Parameters
- target
- String
The target for which results are desired.
Returns
True if results exist, false otherwise.