共用方式為


SPDiagnosticsEventLogProvider.ExcludedEvents property

事件識別碼,以略過記錄,不論嚴重性清單。

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

Syntax

'宣告
Public ReadOnly Property ExcludedEvents As IList(Of UShort)
    Get
'用途
Dim instance As SPDiagnosticsEventLogProvider
Dim value As IList(Of UShort)

value = instance.ExcludedEvents
public IList<ushort> ExcludedEvents { get; }

Property value

Type: System.Collections.Generic.IList<UInt16>
會傳回IList<T>

請參閱

參照

SPDiagnosticsEventLogProvider class

SPDiagnosticsEventLogProvider members

Microsoft.SharePoint.Diagnostics namespace