TimerResult Constructors
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.
Overloads
TimerResult() |
Initializes a new instance of the TimerResult class. |
TimerResult(String) |
Initializes a new instance of the TimerResult class by using the name of the timer result. |
TimerResult()
Initializes a new instance of the TimerResult class.
protected:
TimerResult();
protected TimerResult ();
Protected Sub New ()
Applies to
TimerResult(String)
Initializes a new instance of the TimerResult class by using the name of the timer result.
public:
TimerResult(System::String ^ name);
public TimerResult (string name);
new Microsoft.VisualStudio.TestTools.Common.TimerResult : string -> Microsoft.VisualStudio.TestTools.Common.TimerResult
Public Sub New (name As String)
Parameters
- name
- String
Name of the timer result object.