다음을 통해 공유


ProgrammableDataQueryResultReader.FormatLongDescription Method

Namespace:  Microsoft.HistoricalDebuggerHost
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

‘선언
Public Function FormatLongDescription ( _
    dataQueryHandle As ObjectHandle, _
    results As Object() _
) As String
public string FormatLongDescription(
    ObjectHandle dataQueryHandle,
    Object[] results
)
public:
String^ FormatLongDescription(
    ObjectHandle^ dataQueryHandle, 
    array<Object^>^ results
)
member FormatLongDescription : 
        dataQueryHandle:ObjectHandle * 
        results:Object[] -> string 
public function FormatLongDescription(
    dataQueryHandle : ObjectHandle, 
    results : Object[]
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ProgrammableDataQueryResultReader Class

Microsoft.HistoricalDebuggerHost Namespace