IQTMeasurementBlock Interface
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface IQTMeasurementBlock _
Inherits IDisposable
public interface IQTMeasurementBlock : IDisposable
public interface class IQTMeasurementBlock : IDisposable
type IQTMeasurementBlock =
interface
interface IDisposable
end
public interface IQTMeasurementBlock extends IDisposable
The IQTMeasurementBlock type exposes the following members.
Methods
Name | Description | |
---|---|---|
Begin | ||
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
End | ||
Step |
Top