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 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
context
Type: StreamingContextThe deserialization context.
Return Value
Type: Object
The cached TextFormattingRunProperties object, or creates one if none exists.
Implements
IObjectReference.GetRealObject(StreamingContext)
.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.