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
Public method Begin
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method End
Public method Step

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace