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 a set of TextRunProperties that overrides the default TextRunProperties used to display the text.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Function GetTextRunProperties ( _
defaultTextRunProperties As TextRunProperties _
) As TextRunProperties
TextRunProperties GetTextRunProperties(
TextRunProperties defaultTextRunProperties
)
TextRunProperties^ GetTextRunProperties(
TextRunProperties^ defaultTextRunProperties
)
abstract GetTextRunProperties :
defaultTextRunProperties:TextRunProperties -> TextRunProperties
function GetTextRunProperties(
defaultTextRunProperties : TextRunProperties
) : TextRunProperties
Parameters
defaultTextRunProperties
Type: System.Windows.Media.TextFormatting.TextRunPropertiesThe set of TextRunProperties that would have been used to present this object if they had not been overridden.
Return Value
Type: System.Windows.Media.TextFormatting.TextRunProperties
A set of TextRunProperties that should be used to display this object's text.
.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.