DataViewWebPart.CacheXslStorageProperty 属性

确定是否完成 XSLT (可扩展样式表语言转换) 缓存。

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

语法

声明
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("DataViewWebPartCacheXslStorageLiteral", "Miscellaneous",  _
    "DataViewWebPartCacheXslStorageDescription")> _
Public Property CacheXslStorageProperty As Boolean
    Get
    Set
用法
Dim instance As DataViewWebPart
Dim value As Boolean

value = instance.CacheXslStorageProperty

instance.CacheXslStorageProperty = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("DataViewWebPartCacheXslStorageLiteral", "Miscellaneous", 
    "DataViewWebPartCacheXslStorageDescription")]
public bool CacheXslStorageProperty { get; set; }

属性值

类型:System.Boolean
为缓存 XSLT ; true否则为false。默认值为true。

另请参阅

引用

DataViewWebPart 类

DataViewWebPart 成员

Microsoft.SharePoint.WebPartPages 命名空间