ResolvedDiagnosticEvent.DataQueryLongDescriptionFormatString Property

Gets the long description format string that is associated with the data query for this DiagnosticEvent, as described in the collection plan.

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

Syntax

'Declaration
Public ReadOnly Property DataQueryLongDescriptionFormatString As String
public string DataQueryLongDescriptionFormatString { get; }
public:
property String^ DataQueryLongDescriptionFormatString {
    String^ get ();
}
member DataQueryLongDescriptionFormatString : string with get
function get DataQueryLongDescriptionFormatString () : String

Property Value

Type: System.String

Remarks

If DataQueryType is not DataQuery, an empty string is returned.

.NET Framework Security

See Also

Reference

ResolvedDiagnosticEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace