BaseCompareEditorControl.CreateWatermarkControl Method
Creates the watermark control.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overridable Sub CreateWatermarkControl ( _
text As String, _
linkText As String _
)
'Usage
Dim text As String
Dim linkText As String
Me.CreateWatermarkControl(text, linkText)
protected virtual void CreateWatermarkControl(
string text,
string linkText
)
protected:
virtual void CreateWatermarkControl(
String^ text,
String^ linkText
)
protected function CreateWatermarkControl(
text : String,
linkText : String
)
abstract CreateWatermarkControl :
text:string *
linkText:string -> unit
override CreateWatermarkControl :
text:string *
linkText:string -> unit
Parameters
- text
Type: System.String
The watermark text
- linkText
Type: System.String
The watermark link text
.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
BaseCompareEditorControl Class
BaseCompareEditorControl Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace