Share via


TextFormattingRunProperties.GetRealObject Method

Gets the cached TextFormattingRunProperties object, or creates one if none exists.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Function GetRealObject ( _
    context As StreamingContext _
) As Object
public Object GetRealObject(
    StreamingContext context
)
public:
virtual Object^ GetRealObject(
    StreamingContext context
) sealed
abstract GetRealObject : 
        context:StreamingContext -> Object  
override GetRealObject : 
        context:StreamingContext -> Object
public final function GetRealObject(
    context : StreamingContext
) : Object

Parameters

Return Value

Type: System.Object
The cached TextFormattingRunProperties object, or creates one if none exists.

Implements

IObjectReference.GetRealObject(StreamingContext)

.NET Framework Security

See Also

Reference

TextFormattingRunProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace