Freigeben über


SPFieldMultiColumn-Konstruktor (SPFieldCollection, String)

Initialisiert eine neue Instanz der Klasse SPFieldMultiColumn basierend auf der angegebenen Feldauflistung und der Name des Felds.

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

Syntax

'Declaration
Protected Sub New ( _
    fields As SPFieldCollection, _
    fieldName As String _
)
'Usage
Dim fields As SPFieldCollection
Dim fieldName As String

Dim instance As New SPFieldMultiColumn(fields, _
    fieldName)
protected SPFieldMultiColumn(
    SPFieldCollection fields,
    string fieldName
)

Parameter

  • fieldName
    Typ: System.String

    Eine Zeichenfolge, die der Name des Felds angibt.

Siehe auch

Referenz

SPFieldMultiColumn Klasse

SPFieldMultiColumn-Member

SPFieldMultiColumn-Überladung

Microsoft.SharePoint-Namespace