Freigeben über


SPAssignmentCollection.Add-Methode

Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.

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

Syntax

'Declaration
Public Function Add ( _
    disposableObject As IDisposable _
) As Boolean
'Usage
Dim instance As SPAssignmentCollection
Dim disposableObject As IDisposable
Dim returnValue As Boolean

returnValue = instance.Add(disposableObject)
public bool Add(
    IDisposable disposableObject
)

Parameter

Rückgabewert

Typ: System.Boolean
Gibt Boolean zurück.

Siehe auch

Referenz

SPAssignmentCollection Klasse

SPAssignmentCollection-Member

Microsoft.SharePoint.PowerShell-Namespace