SPEventCollectionSetting 构造函数 (Guid, UInt64, Byte, Boolean)

命名空间:  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
)

参数

另请参阅

引用

SPEventCollectionSetting 类

SPEventCollectionSetting 成员

SPEventCollectionSetting 重载

Microsoft.SharePoint.Diagnostics 命名空间