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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.