BaseCompareEditorControl.WatermarkUserControl Property
Gets or sets 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 Property WatermarkUserControl As WatermarkUserControl
Get
Set
'Usage
Dim value As WatermarkUserControl
value = Me.WatermarkUserControl
Me.WatermarkUserControl = value
protected WatermarkUserControl WatermarkUserControl { get; set; }
protected:
property WatermarkUserControl^ WatermarkUserControl {
WatermarkUserControl^ get ();
void set (WatermarkUserControl^ value);
}
function get WatermarkUserControl () : WatermarkUserControl
function set WatermarkUserControl (value : WatermarkUserControl)
member WatermarkUserControl : WatermarkUserControl with get, set
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Common.UI.WatermarkControl.WatermarkUserControl
.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