Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MarkupExtensionReturnTypeAttribute::ExpressionType Property

 
Note: This API is now obsolete.

Do not use; see Remarks.

Namespace:   System.Windows.Markup
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();
}

Property Value

Type: System::Type^

Do not use; see Remarks.

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
Return to top
Show:
© 2017 Microsoft