WebPart.SerializedAttachedPropertiesShared 属性
支持SharePoint Foundation Web 部件连接基础结构。不应从代码中直接使用。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property SerializedAttachedPropertiesShared As String
Get
Set
用法
Dim instance As WebPart
Dim value As String
value = instance.SerializedAttachedPropertiesShared
instance.SerializedAttachedPropertiesShared = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public string SerializedAttachedPropertiesShared { get; set; }