Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaración
Public ReadOnly Property DataQueryLongDescriptionFormatString As String
Get
public string DataQueryLongDescriptionFormatString { get; }
public:
property String^ DataQueryLongDescriptionFormatString {
String^ get ();
}
member DataQueryLongDescriptionFormatString : string
function get DataQueryLongDescriptionFormatString () : String
Property Value
Type: System.String
Remarks
If DataQueryType is not DataQuery, an empty string is returned.
.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.