SPFieldCollection.ContainsFieldWithStaticName-Methode
Gibt einen booleschen Wert, der angibt, ob die Auflistung mit dem angegebenen Namen statische Feld enthält.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function ContainsFieldWithStaticName ( _
staticName As String _
) As Boolean
'Usage
Dim instance As SPFieldCollection
Dim staticName As String
Dim returnValue As Boolean
returnValue = instance.ContainsFieldWithStaticName(staticName)
public bool ContainsFieldWithStaticName(
string staticName
)
Parameter
staticName
Typ: System.StringEine Zeichenfolge, die den statischen Namen.
Rückgabewert
Typ: System.Boolean
true , wenn die Auflistung das Feld enthält; andernfalls false.