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 text run properties that are used to format the text in the completion tooltip.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property TooltipTextRunProperties As TextRunProperties
public virtual TextRunProperties TooltipTextRunProperties { get; protected set; }
public:
virtual property TextRunProperties^ TooltipTextRunProperties {
TextRunProperties^ get ();
protected: void set (TextRunProperties^ value);
}
abstract TooltipTextRunProperties : TextRunProperties with get, set
override TooltipTextRunProperties : TextRunProperties with get, set
function get TooltipTextRunProperties () : TextRunProperties
protected function set TooltipTextRunProperties (value : TextRunProperties)
Property Value
Type: 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.