A key for resources that are bound to a specific type.

Namespace: yWorks.Support.Windows
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class ComponentResourceKey : ResourceKey
Visual Basic
Public Class ComponentResourceKey _
	Inherits ResourceKey

Remarks

This class exists for WPF compatibility reasons. The GetString(Type, Object) result is used for the lookup in the resources.

Inheritance Hierarchy

System..::..Object
  yWorks.Support.Windows..::..ResourceKey
    yWorks.Support.Windows..::..ComponentResourceKey

See Also