SPSystemPerformanceMonitor.RenderValueForWeb 方法
派生类中实现时,获取正在为 HTML 字符串插入到 Web 页上的监视基础性能计数器的值。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public MustOverride Function RenderValueForWeb As String
用法
Dim instance As SPSystemPerformanceMonitor
Dim returnValue As String
returnValue = instance.RenderValueForWeb()
public abstract string RenderValueForWeb()
返回值
类型:System.String
一个 HTML 格式的值。
实现
ISPPerformanceMonitor.RenderValueForWeb()