ItemContainerGenerator.ItemFromContainer(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.
Returns the item that corresponds to the specified, generated UIElement.
public:
System::Object ^ ItemFromContainer(System::Windows::DependencyObject ^ container);
public object ItemFromContainer (System.Windows.DependencyObject container);
member this.ItemFromContainer : System.Windows.DependencyObject -> obj
Public Function ItemFromContainer (container As DependencyObject) As Object
Parameters
- container
- DependencyObject
The DependencyObject that corresponds to the item to be returned.
Returns
A DependencyObject that is the item which corresponds to the specified, generated UIElement. If the UIElement has not been generated, UnsetValue is returned.
Exceptions
container
is null
.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.