TaskArgumentExampleValueAttribute.

TaskArgumentExampleValueAttribute(string) Constructor

Summary

Initializes a new instance of the TaskArgumentExampleValueAttribute class.

Syntax

public TaskArgumentExampleValueAttribute(string usageExample)

Parameters

Name Type Description
usageExample string The example value that should be in place of the {0} placeholder in: --ArgumentName={0}

Return Value

Type Description
void