Share via


QTMeasurementBlockFactory.BeginNew Method

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

Syntax

'Declaration
Public Shared Function BeginNew ( _
    formatStr As String, _
    ParamArray args As Object() _
) As IQTMeasurementBlock
public static IQTMeasurementBlock BeginNew(
    string formatStr,
    params Object[] args
)
public:
static IQTMeasurementBlock^ BeginNew(
    String^ formatStr, 
    ... array<Object^>^ args
)
static member BeginNew : 
        formatStr:string * 
        args:Object[] -> IQTMeasurementBlock
public static function BeginNew(
    formatStr : String, 
    ... args : Object[]
) : IQTMeasurementBlock

Parameters

  • formatStr
    Type: String
  • args
    Type: array<Object[]

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.IQTMeasurementBlock
Returns IQTMeasurementBlock.

.NET Framework Security

See Also

Reference

QTMeasurementBlockFactory Class

Microsoft.VisualStudio.TestTools.Common Namespace