SPSystemPerformanceMonitor.RenderValueForWeb method
在衍生類別中實作時,取得正受到監視 Web 網頁上插入的 HTML 字串為基礎的效能計數器的值。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public MustOverride Function RenderValueForWeb As String
'用途
Dim instance As SPSystemPerformanceMonitor
Dim returnValue As String
returnValue = instance.RenderValueForWeb()
public abstract string RenderValueForWeb()
傳回值
Type: System.String
HTML 格式的值。
Implements
ISPPerformanceMonitor.RenderValueForWeb()
請參閱
參照
SPSystemPerformanceMonitor class