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
)
参数
userCodeProperty
类型:Microsoft.SharePoint.WebPartPages.SPUserCodeProperty要添加到集合的属性对象。
备注
此方法将SPUserCodeProperty添加到集合。
另请参阅
引用
SPUserCodePropertyCollection 类