Freigeben über


LookupField.ItemIds-Eigenschaft

Ruft eine Liste der Element-ID-Nummern an.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property ItemIds As IList(Of Integer)
    Get
'Usage
Dim value As IList(Of Integer)

value = Me.ItemIds
protected virtual IList<int> ItemIds { get; }

Eigenschaftswert

Typ: System.Collections.Generic.IList<Int32>
Ein IListInt32 -Werten, die die ID-Nummern der Listenelemente darstellen.

Siehe auch

Referenz

LookupField Klasse

LookupField-Member

Microsoft.SharePoint.WebControls-Namespace