MarkupExtension Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of a class derived from MarkupExtension.
protected:
MarkupExtension();
protected MarkupExtension ();
Protected Sub New ()
Remarks
The MarkupExtension abstract class does not hold any private values that require initialization.
Notes to Inheritors
A functional markup extension should define its own public parameterless constructor. Additionally, the markup extension should implement constructors that are appropriate for the extension's intended capabilities and markup usage. For more information, see Markup Extensions for XAML Overview.