Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets and sets the watermark for the tool window.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Protected Property Watermark As Label
protected Label Watermark { get; set; }
protected:
property Label^ Watermark {
Label^ get ();
void set (Label^ value);
}
member Watermark : Label with get, set
function get Watermark () : Label
function set Watermark (value : Label)
Property Value
Type: Label
The watermark for the tool window.
.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.