Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines methods for the parent shape of the ListField.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Interface IListFieldContainer
public interface IListFieldContainer
public interface class IListFieldContainer
type IListFieldContainer = interface end
public interface IListFieldContainer
The IListFieldContainer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
SnakingInfo |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetItemCount | Gets the number of items in the specified list field. |
![]() |
GetItemDrawInfo | Gets drawing information for a single list item in the list field. |
Top
Remarks
Implement this interface on any ShapeElement that will host a ListField. The ListField will call these methods to get list item information for hit-testing and drawing.
.gif)
.gif)