AcceptedMarkupExtensionExpressionTypeAttribute(Type) Constructor

Definition

Initializes a new instance of the AcceptedMarkupExtensionExpressionTypeAttribute class.

public:
 AcceptedMarkupExtensionExpressionTypeAttribute(Type ^ type);
public AcceptedMarkupExtensionExpressionTypeAttribute (Type type);
new System.Windows.Markup.AcceptedMarkupExtensionExpressionTypeAttribute : Type -> System.Windows.Markup.AcceptedMarkupExtensionExpressionTypeAttribute
Public Sub New (type As Type)

Parameters

type
Type

The return type that this attribute reports.

Remarks

Do not use.

Applies to