共用方式為


ResolvedDiagnosticEvent.DataQueryShortDescriptionFormatString 屬性

取得與這個資料查詢相關聯的簡短描述,格式字串DiagnosticEvent、 收集計畫中所述。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

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

屬性值

型別:System.String

備註

如果DataQueryType不是DataQuery,則傳回空的字串。

.NET Framework 安全性

請參閱

參考

ResolvedDiagnosticEvent 類別

Microsoft.VisualStudio.IntelliTrace 命名空間