Freigeben über


ViewFieldCollection.Remove-Methode

Ruft einen Wert ab, der die Anzahl von Optionen auf der Bewertungsskala angibt.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Sub Remove ( _
    strField As String _
)
'Usage
Dim instance As ViewFieldCollection
Dim strField As String

instance.Remove(strField)
public void Remove(
    string strField
)

Parameter

Ausnahmen

Ausnahme Bedingung
[Microsoft.SharePoint.SPException]

Feld ist in der Auflistung nicht vorhanden. Fehlercode:-2146232832.

Hinweise

Es muss sich nicht auf ein Nullverweis (Nothing in Visual Basic).

Siehe auch

Referenz

ViewFieldCollection Klasse

ViewFieldCollection-Member

Microsoft.SharePoint.Client-Namespace