InputAdapter.IsTyped 屬性
取得或設定值,這個值會指出此 Factory 是否為具型別的 Factory。
命名空間: Microsoft.ComplexEventProcessing
組件: Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)
語法
public bool IsTyped { get; internal set; }
public:
property bool IsTyped {
bool get();
internal: void set(bool value);
}
member IsTyped : bool with get, internal set
Public Property IsTyped As Boolean
Get
Friend Set
End Property
屬性值
Type: System.Boolean
如果此 Factory 是具型別的 Factory,則為 true,否則為 false。
請參閱
InputAdapter 類別
Microsoft.ComplexEventProcessing 命名空間
回到頁首