命名空间: 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
)
参数
- correlationId
类型:System.Guid
- scopeId
类型:System.Int64
- name
类型:System.String
返回值
类型:System.Collections.Generic.IList<SPDiagnosticsData>