MarkupExtensionReturnTypeAttribute::ExpressionType Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Windows.Markup
Assembly: System.Xaml (in System.Xaml.dll)
Return to top
Do not use; see Remarks.
Assembly: System.Xaml (in System.Xaml.dll)
public: [ObsoleteAttribute("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")] property Type^ ExpressionType { Type^ get(); }
The form of MarkupExtensionReturnTypeAttribute that reports a second parameter for an expression is deprecated and should not be used. If an expression is possible, you should attribute with a return type of Object instead. See XamlSetMarkupExtensionAttribute.
.NET Framework
Available since 3.0
Available since 3.0
Show: