BuildResult.HasResultsForTarget(String) Method

Definition

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.

Applies to