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 text run properties that are used to format the text of a completion tab item when the mouse is hovering over it.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property TabItemHotTextRunProperties As TextRunProperties
public virtual TextRunProperties TabItemHotTextRunProperties { get; protected set; }
public:
virtual property TextRunProperties^ TabItemHotTextRunProperties {
TextRunProperties^ get ();
protected: void set (TextRunProperties^ value);
}
abstract TabItemHotTextRunProperties : TextRunProperties with get, set
override TabItemHotTextRunProperties : TextRunProperties with get, set
function get TabItemHotTextRunProperties () : TextRunProperties
protected function set TabItemHotTextRunProperties (value : TextRunProperties)
Property Value
Type: System.Windows.Media.TextFormatting.TextRunProperties
TextRunProperties .
.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.