IDisplayScriptProvider.WatermarkText Property
Gets the watermark text of the script tool window.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
ReadOnly Property WatermarkText As String
string WatermarkText { get; }
property String^ WatermarkText {
String^ get ();
}
abstract WatermarkText : string
function get WatermarkText () : String
Property 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.
See Also
Reference
IDisplayScriptProvider Interface
Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare Namespace