SPUserCodePropertyCollection.Add 方法

SPUserCodeProperty添加到集合。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub Add ( _
    userCodeProperty As SPUserCodeProperty _
)
用法
Dim instance As SPUserCodePropertyCollection
Dim userCodeProperty As SPUserCodeProperty

instance.Add(userCodeProperty)
public void Add(
    SPUserCodeProperty userCodeProperty
)

参数

备注

此方法将SPUserCodeProperty添加到集合。

另请参阅

引用

SPUserCodePropertyCollection 类

SPUserCodePropertyCollection 成员

Microsoft.SharePoint.WebPartPages 命名空间