TextFormattingRunProperties::GetRealObject Method (StreamingContext)

 

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)

public:
virtual Object^ GetRealObject(
	StreamingContext context
) sealed

Parameters

context
Type: System.Runtime.Serialization::StreamingContext

The deserialization context.

Return Value

Type: System::Object^

The cached TextFormattingRunProperties object, or creates one if none exists.

Return to top
Show: