AbstractInstance.Item 属性 (String) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
When overridden in a derived class, gets the value of the field specified by the name on the native adapter object wrapped by this IEntityInstance object.
命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public Overridable ReadOnly Default Property Item ( _
fieldName As String _
) As Object
用法
Dim instance As AbstractInstance
Dim fieldName As String
Dim value As Object
value = instance(fieldName)
public virtual Object this [
string fieldName
] { get; }
参数
- fieldName
The name of a Field object in the entity instance.
属性值
An object representing the value of the specified field.
另请参阅
参考
AbstractInstance 类
AbstractInstance 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间