SPDiagnosticDataStore.GetData 方法 (Guid, Int64, String)

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

语法

声明
Public MustOverride Function GetData ( _
    correlationId As Guid, _
    scopeId As Long, _
    name As String _
) As IList(Of SPDiagnosticsData)
用法
Dim instance As SPDiagnosticDataStore
Dim correlationId As Guid
Dim scopeId As Long
Dim name As String
Dim returnValue As IList(Of SPDiagnosticsData)

returnValue = instance.GetData(correlationId, _
    scopeId, name)
public abstract IList<SPDiagnosticsData> GetData(
    Guid correlationId,
    long scopeId,
    string name
)

参数

返回值

类型:System.Collections.Generic.IList<SPDiagnosticsData>

另请参阅

引用

SPDiagnosticDataStore 类

SPDiagnosticDataStore 成员

GetData 重载

Microsoft.SharePoint.Diagnostics 命名空间