SPUserCodePropertyCollection.Insert Method

Inserts the specified SPUserCodeProperty into the collection at the specified index.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    userCodeProperty As SPUserCodeProperty _
)
'Usage
Dim instance As SPUserCodePropertyCollection
Dim index As Integer
Dim userCodeProperty As SPUserCodeProperty

instance.Insert(index, userCodeProperty)
public void Insert(
    int index,
    SPUserCodeProperty userCodeProperty
)

Parameters

  • index
    Type: System.Int32

    The zero-based index at which the property object is inserted.

Remarks

This method inserts the SPUserCodeProperty into the collection at the specified index.

See Also

Reference

SPUserCodePropertyCollection Class

SPUserCodePropertyCollection Members

Microsoft.SharePoint.WebPartPages Namespace