ExternalResourceService Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides access to resources external to the markup file.

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

Syntax

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

Remarks

You may use this class to access binary resources, such as images, or model resources, such as resource dictionaries. Model resources are not editable.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Services.ExternalResourceService

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

ExternalResourceService Members

Microsoft.Windows.Design.Services Namespace

Other Resources

WPF Designer Extensibility