SPFieldLookup-Konstruktor (SPFieldCollection, String)
Initialisiert eine neue Instanz der Klasse SPFieldLookup basierend auf den angegebenen Feldauflistung und den Namen an.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
fields As SPFieldCollection, _
fieldName As String _
)
'Usage
Dim fields As SPFieldCollection
Dim fieldName As String
Dim instance As New SPFieldLookup(fields, _
fieldName)
public SPFieldLookup(
SPFieldCollection fields,
string fieldName
)
Parameter
fields
Typ: Microsoft.SharePoint.SPFieldCollectionDie Auflistung von übergeordneten Feld dieses Feld hinzugefügt wird.
fieldName
Typ: System.StringDer Name des Felds.