SPUserCodePropertyCollection.Item 属性 (String)
获取或设置指定集合中的属性名称的属性对象。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
propertyName As String _
) As SPUserCodeProperty
Get
用法
Dim instance As SPUserCodePropertyCollection
Dim propertyName As String
Dim value As SPUserCodeProperty
value = instance(propertyName)
public SPUserCodeProperty this[
string propertyName
] { get; }
参数
propertyName
类型:System.String属性的名称。
属性值
类型:Microsoft.SharePoint.WebPartPages.SPUserCodeProperty
集合中的名称由指定的属性对象。
另请参阅
引用
SPUserCodePropertyCollection 类