IProgrammableDataQuery.FormatLongDescription Method
Namespace: Microsoft.HistoricalDebuggerHost
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Function FormatLongDescription ( _
results As Object() _
) As String
string FormatLongDescription(
Object[] results
)
String^ FormatLongDescription(
array<Object^>^ results
)
abstract FormatLongDescription :
results:Object[] -> string
function FormatLongDescription(
results : Object[]
) : String
Parameters
- results
Type: array<System.Object[]
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.