Compartilhar via


SPFieldLookupValueCollection constructor (String)

Inicializa uma nova instância da classe SPFieldLookupValueCollection com base no valor do campo especificado.

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

Syntax

'Declaração
Public Sub New ( _
    fieldValue As String _
)
'Uso
Dim fieldValue As String

Dim instance As New SPFieldLookupValueCollection(fieldValue)
public SPFieldLookupValueCollection(
    string fieldValue
)

Parâmetros

  • fieldValue
    Type: System.String

    Uma seqüência de caracteres que especifica o valor contido no campo.

Ver também

Referência

SPFieldLookupValueCollection class

SPFieldLookupValueCollection members

SPFieldLookupValueCollection overload

Microsoft.SharePoint namespace