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 paint the text of the selected completion item.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property SelectionTextRunProperties As TextRunProperties
public virtual TextRunProperties SelectionTextRunProperties { get; protected set; }
public:
virtual property TextRunProperties^ SelectionTextRunProperties {
TextRunProperties^ get ();
protected: void set (TextRunProperties^ value);
}
abstract SelectionTextRunProperties : TextRunProperties with get, set
override SelectionTextRunProperties : TextRunProperties with get, set
function get SelectionTextRunProperties () : TextRunProperties
protected function set SelectionTextRunProperties (value : TextRunProperties)
Property Value
Type: System.Windows.Media.TextFormatting.TextRunProperties
TextRunProperties .
Remarks
This TextRunProperties object must not conflict with the SelectionBackgroundBrush.
.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.