C# Class Microsoft.Silverlight.Toolkit.Build.Tasks.VerifyTextPresentTask

Verify that in the set of source files, the token text appears. An error will be reported if it is not found.
Inheritance: Microsoft.Build.Utilities.Task
Datei anzeigen Open project: garyjohnson/wpnest

Private Properties

Property Type Description
Execute bool

Public Methods

Method Description
VerifyTextPresentTask ( ) : System

Initializes a new instance of the VerifyTextPresentTask class.

Private Methods

Method Description
Execute ( ) : bool

Method Details

VerifyTextPresentTask() public method

Initializes a new instance of the VerifyTextPresentTask class.
public VerifyTextPresentTask ( ) : System
return System