命名空间: Microsoft.SharePoint.Diagnostics
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub New ( _
providerId As Guid, _
matchAnyKeywords As ULong, _
level As Byte, _
isEnabled As Boolean _
)
用法
Dim providerId As Guid
Dim matchAnyKeywords As ULong
Dim level As Byte
Dim isEnabled As Boolean
Dim instance As New SPEventCollectionSetting(providerId, _
matchAnyKeywords, level, isEnabled)
public SPEventCollectionSetting(
Guid providerId,
ulong matchAnyKeywords,
byte level,
bool isEnabled
)
参数
- providerId
类型:System.Guid
- matchAnyKeywords
类型:System.UInt64
- level
类型:System.Byte
- isEnabled
类型:System.Boolean