VirtualizedContainerService.GetContainer(ModelItem, ICompositeView) 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 a container and associates it with a specified model item and returns a UI element that represents the association.
public:
System::Windows::UIElement ^ GetContainer(System::Activities::Presentation::Model::ModelItem ^ modelItem, System::Activities::Presentation::ICompositeView ^ sourceContainer);
public System.Windows.UIElement GetContainer (System.Activities.Presentation.Model.ModelItem modelItem, System.Activities.Presentation.ICompositeView sourceContainer);
member this.GetContainer : System.Activities.Presentation.Model.ModelItem * System.Activities.Presentation.ICompositeView -> System.Windows.UIElement
Public Function GetContainer (modelItem As ModelItem, sourceContainer As ICompositeView) As UIElement
Parameters
- sourceContainer
- ICompositeView
The ICompositeView that is associated with the model item.
Returns
The UIElement that represents the container associated with the model item.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.