QTMeasurementBlockFactory.ProxyCreator Delegate

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Delegate Function ProxyCreator As IQTMeasurementBlock
public delegate IQTMeasurementBlock ProxyCreator()
public delegate IQTMeasurementBlock^ ProxyCreator()
type ProxyCreator = 
    delegate of unit -> IQTMeasurementBlock
JScript does not support delegates.

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.IQTMeasurementBlock

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace