共用方式為


SPExecutionTimeCounter.NameValuePairs property

名稱 / 值組診斷資料清單

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property NameValuePairs As IList(Of KeyValuePair(Of String, Object))
    Get
'用途
Dim instance As SPExecutionTimeCounter
Dim value As IList(Of KeyValuePair(Of String, Object))

value = instance.NameValuePairs
public IList<KeyValuePair<string, Object>> NameValuePairs { get; }

Property value

Type: System.Collections.Generic.IList<KeyValuePair<String, Object>>

Implements

ISupportNameValuePairsSerialization.NameValuePairs

請參閱

參照

SPExecutionTimeCounter class

SPExecutionTimeCounter members

Microsoft.SharePoint.Utilities namespace