다음을 통해 공유


ProgrammableDataQueryResultReader.FormatShortDescription Method

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

Syntax

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

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ProgrammableDataQueryResultReader Class

Microsoft.HistoricalDebuggerHost Namespace