IReceiveMarkupExtension.ReceiveMarkupExtension Method
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.
Provides the handling for markup extensions that provide property values. Do not use for .NET Framework 4 implementations; see IReceiveMarkupExtension.
public:
void ReceiveMarkupExtension(System::String ^ property, System::Windows::Markup::MarkupExtension ^ markupExtension, IServiceProvider ^ serviceProvider);
public void ReceiveMarkupExtension (string property, System.Windows.Markup.MarkupExtension markupExtension, IServiceProvider serviceProvider);
abstract member ReceiveMarkupExtension : string * System.Windows.Markup.MarkupExtension * IServiceProvider -> unit
Public Sub ReceiveMarkupExtension (property As String, markupExtension As MarkupExtension, serviceProvider As IServiceProvider)
Parameters
- property
- String
The name of the target property.
- markupExtension
- MarkupExtension
The markup extension instance of the incoming data.
- serviceProvider
- IServiceProvider
Can provide additional services that should be performed when processing the markup extension data for a property value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.