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 the text run properties that are used to format the text of the individual completion items.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property CompletionTextRunProperties As TextRunProperties
public virtual TextRunProperties CompletionTextRunProperties { get; protected set; }
public:
virtual property TextRunProperties^ CompletionTextRunProperties {
TextRunProperties^ get ();
protected: void set (TextRunProperties^ value);
}
abstract CompletionTextRunProperties : TextRunProperties with get, set
override CompletionTextRunProperties : TextRunProperties with get, set
function get CompletionTextRunProperties () : TextRunProperties
protected function set CompletionTextRunProperties (value : TextRunProperties)
Property Value
Type: System.Windows.Media.TextFormatting.TextRunProperties
TextRunProperties .
Remarks
Individual completion items may override this value by implementing the ITextFormattable interface.
.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.