ColorTypeConverter.SerializeColorContext(IServiceProvider, ColorContext) Method

Definition

Serializes a ColorContext to the XML Paper Specification (XPS) package and returns its uniform resource identifier (URI) as a string.

public:
 static System::String ^ SerializeColorContext(IServiceProvider ^ context, System::Windows::Media::ColorContext ^ colorContext);
public static string SerializeColorContext (IServiceProvider context, System.Windows.Media.ColorContext colorContext);
static member SerializeColorContext : IServiceProvider * System.Windows.Media.ColorContext -> string
Public Shared Function SerializeColorContext (context As IServiceProvider, colorContext As ColorContext) As String

Parameters

context
IServiceProvider

An object that provides contextual information.

colorContext
ColorContext

The object to be serialized.

Returns

String

A String that represents the URI of the color context.

Exceptions

The colorContext is null.

Applies to

See also