An attribute used to describe the return type of the instances return by a MarkupExtension's ProvideValue implementation.

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 MarkupExtensionReturnTypeAttribute : Attribute
Visual Basic
Public Class MarkupExtensionReturnTypeAttribute _
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    yWorks.Support.Windows..::..MarkupExtensionReturnTypeAttribute

See Also