IProgrammableDataQuery.FormatShortDescription Method
Namespace: Microsoft.HistoricalDebuggerHost
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Function FormatShortDescription ( _
results As Object() _
) As String
string FormatShortDescription(
Object[] results
)
String^ FormatShortDescription(
array<Object^>^ results
)
abstract FormatShortDescription :
results:Object[] -> string
function FormatShortDescription(
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.