XamlBindingHelper.GetDataTemplateComponent(DependencyObject) 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.
Gets the value of the DataTemplateComponent XAML attached property for a target element.
public:
static IDataTemplateComponent ^ GetDataTemplateComponent(DependencyObject ^ element);
static IDataTemplateComponent GetDataTemplateComponent(DependencyObject const& element);
public static IDataTemplateComponent GetDataTemplateComponent(DependencyObject element);
function getDataTemplateComponent(element)
Public Shared Function GetDataTemplateComponent (element As DependencyObject) As IDataTemplateComponent
Parameters
- element
- DependencyObject
The object from which the property value is read.
Returns
The DataTemplateComponent XAML attached property value of the specified object.
Remarks
This method is for use in code that is generated by the XAML compiler.