Share via


SPScriptSafeCollection.InternalAdd method

Adds an item to the collection.

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

Syntax

'Declaration
Protected Friend Sub InternalAdd ( _
    item As String _
)
'Usage
Dim item As String

Me.InternalAdd(item)
protected internal void InternalAdd(
    string item
)

Parameters

  • item
    Type: System.String

    The item to be added to the collection.

See also

Reference

SPScriptSafeCollection class

SPScriptSafeCollection members

Microsoft.SharePoint namespace