QueryResult_CellDirtyTooltip Property
Looks up a localized string similar to The data in this cell has changed. The change has not been committed to the database. The original value was {0}. Press Esc to revert the cell to its original value..
Namespace: Microsoft.VisualStudio.Data.Tools.Package.QueryResults
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Shared ReadOnly Property QueryResult_CellDirtyTooltip As String
Get
'Usage
Dim value As String
value = Resources.QueryResult_CellDirtyTooltip
public static string QueryResult_CellDirtyTooltip { get; }
public:
static property String^ QueryResult_CellDirtyTooltip {
String^ get ();
}
static member QueryResult_CellDirtyTooltip : string
static function get QueryResult_CellDirtyTooltip () : String
Property Value
Type: System..::..String
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace