次の方法で共有


PendingOperationType 列挙型

定義

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class PendingOperationType
[System.Flags]
public enum PendingOperationType
type PendingOperationType = 
Public Enum PendingOperationType
継承
PendingOperationType
属性

フィールド

名前 説明
NoOperation 1
Suspend 2
Terminate 4
All 7

適用対象