SPMobileAttachmentsField.AttachmentsField 属性

获取呈现SPMobileAttachmentsField控件的字段。

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

语法

声明
Public ReadOnly Property AttachmentsField As SPFieldAttachments
    Get
用法
Dim instance As SPMobileAttachmentsField
Dim value As SPFieldAttachments

value = instance.AttachmentsField
public SPFieldAttachments AttachmentsField { get; }

属性值

类型:Microsoft.SharePoint.SPFieldAttachments
代表要呈现的字段SPFieldAttachments

备注

调用的代码应使用此属性,而不是继承的Field因为已完成从SPField强制转换为SPFieldAttachments

另请参阅

引用

SPMobileAttachmentsField 类

SPMobileAttachmentsField 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间