Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the content to use when displaying a tooltip for this error.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property ToolTipContent As Object
Object ToolTipContent { get; }
property Object^ ToolTipContent {
Object^ get ();
}
abstract ToolTipContent : Object
function get ToolTipContent () : Object
Property Value
Type: System.Object
The content to use when displaying a tooltip for this error.
Remarks
This property may be null.
.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.