Table of Contents

Method LoadExisting

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LoadExisting(string, object)

Populates an existing root object with the object property values created from the specified resource with XAML.

public static void LoadExisting(string resName, object existingObject)

Parameters

resName string
existingObject object

LoadExisting(Stream, object)

Populates an existing root object with the object property values created from a source XAML.

public object LoadExisting(Stream xamlStream, object existingObject)

Parameters

xamlStream Stream
existingObject object

Returns

object