共用方式為


SPFieldMultiColumn Constructor (SPFieldCollection, String, String)

Initializes a new instance of the SPFieldMultiColumn class based on the specified field collection, field type name, and field display name.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedConstructor)> _
Protected Sub New ( _
    fields As SPFieldCollection, _
    typeName As String, _
    displayName As String _
)
'Usage
Dim fields As SPFieldCollection
Dim typeName As String
Dim displayName As String

Dim instance As New SPFieldMultiColumn(fields, _
    typeName, displayName)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedConstructor)]
protected SPFieldMultiColumn(
    SPFieldCollection fields,
    string typeName,
    string displayName
)

Parameters

  • typeName
    Type: System.String

    A string that specifies the type name of the field.

  • displayName
    Type: System.String

    A string that specifies the display name of the field.

See Also

Reference

SPFieldMultiColumn Class

SPFieldMultiColumn Members

SPFieldMultiColumn Overload

Microsoft.SharePoint Namespace