本主題尚未接受評分 - 為這個主題評分

ItemContainerGenerator.ContainerFromItem Method

Returns the container corresponding to the specified item.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)
public DependencyObject ContainerFromItem(
	Object item
)

Parameters

item
Type: System.Object
The item to retrieve the container for.

Return Value

Type: System.Windows.DependencyObject
A container that corresponds to the specified item, if the item has a container and exists in the collection; otherwise, null.

If the specified item does not belong to the item collection, or there is no container for it, the ContainerFromItem method returns null.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

本文對您有任何幫助嗎?
(剩餘 1500 個字元)

社群新增項目

新增
© 2013 Microsoft. 著作權所有,並保留一切權利。