Dela via


ExternalMarkupService Class

Defines methods for converting model items to markup text and for parsing markup text into model items.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public MustInherit Class ExternalMarkupService
'Usage
Dim instance As ExternalMarkupService
public abstract class ExternalMarkupService
public ref class ExternalMarkupService abstract
public abstract class ExternalMarkupService

Remarks

By providing markup services, you can keep the design view and the XAML view of a model synchronized.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Services.ExternalMarkupService

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ExternalMarkupService Members

Microsoft.Windows.Design.Services Namespace

ModelItem

Other Resources

WPF Designer Extensibility Architecture

XAML Parser Architecture