[]
Returns an object that is set as the value of the target property for this markup extension.
public override object ProvideValue(IServiceProvider serviceProvider)
Type | Name | Description |
---|---|---|
IServiceProvider | serviceProvider | The IProvideValueTarget provided from the MarkupExtension |
Type | Description |
---|---|
object | The founded item from the .resx directory or default value if not founded. |
Type | Condition |
---|---|
InvalidOperationException | thrown if |