Freigeben über


SPFieldLookupValueCollection.ContainsId-Methode

Ruft einen Wert, der angibt, ob die Auflistung die angegebene ID enthält.

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

Syntax

'Declaration
Public Function ContainsId ( _
    id As Integer _
) As Boolean
'Usage
Dim instance As SPFieldLookupValueCollection
Dim id As Integer
Dim returnValue As Boolean

returnValue = instance.ContainsId(id)
public bool ContainsId(
    int id
)

Parameter

  • id
    Typ: System.Int32

    Die ID, deren Anwesenheit abgefragt wird.

Rückgabewert

Typ: System.Boolean
true , wenn die Auflistung die ID enthält; false, andernfalls

Siehe auch

Referenz

SPFieldLookupValueCollection Klasse

SPFieldLookupValueCollection-Member

Microsoft.SharePoint-Namespace