ValueExtension<T> Class
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.
Microsoft internal use only.
generic <typename T>
public ref class ValueExtension abstract : System::Windows::Markup::MarkupExtension
public abstract class ValueExtension<T> : System.Windows.Markup.MarkupExtension
type ValueExtension<'T> = class
inherit MarkupExtension
Public MustInherit Class ValueExtension(Of T)
Inherits MarkupExtension
Type Parameters
- T
- Inheritance
-
ValueExtension<T>
- Derived
Constructors
ValueExtension<T>() |
Microsoft internal use only. |
ValueExtension<T>(T) |
Microsoft internal use only. |
Properties
Value |
Microsoft internal use only. |
Methods
ProvideValue(IServiceProvider) |
Microsoft internal use only. |