ElementFactoryGetArgs.Data Property
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 or sets the data item for which an appropriate element tree should be realized when calling GetElement.
public:
property Platform::Object ^ Data { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Data();
void Data(IInspectable value);
public object Data { get; set; }
var object = elementFactoryGetArgs.data;
elementFactoryGetArgs.data = object;
Public Property Data As Object
A reference to the data item for which a UIElement should be realized.
The implementation on DataTemplate for GetElement does not use the Data value.
However, DataTemplateSelector's implementation does use the Data value as the item argument when it invokes the SelectTemplate method.
Product | Versions |
---|---|
WinRT | Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |