UntypedEvent.GetField<T> 方法 (Int32)

 

取得欄位值 (根據其序數)。

命名空間:   Microsoft.ComplexEventProcessing
組件:  Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)

語法

public T GetField<T>(
    int ordinal
)
public:
generic<typename T>
T GetField(
    int ordinal
)
member GetField<'T> : 
        ordinal:int -> 'T
Public Function GetField(Of T) (
    ordinal As Integer
) As T

參數

  • ordinal
    以事件類型定義的欄位序數。

傳回值

Type: T

包含欄位值的物件。

類型參數

  • T
    欄位的類型。

請參閱

GetField 超載
UntypedEvent 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首