Freigeben über


SPFieldWhereabout-Konstruktor (SPFieldCollection, String)

Initialisiert eine neue Instanz der Klasse SPFieldWhereabout basierend auf dem angegebenen Feldnamen.

Namespace:  Microsoft.SharePoint.Applications.GroupBoard
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 SPFieldWhereabout(fields, _
    fieldName)
public SPFieldWhereabout(
    SPFieldCollection fields,
    string fieldName
)

Parameter

  • fieldName
    Typ: System.String

    Eine string Darstellung des Namens des Feldes des Verweises.

Siehe auch

Referenz

SPFieldWhereabout Klasse

SPFieldWhereabout-Member

SPFieldWhereabout-Überladung

Microsoft.SharePoint.Applications.GroupBoard-Namespace