Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringThe item to be added to the collection.