EventRecord.Opcode プロパティ

定義

イベントのオペコードを取得します。 オペコードは、アプリケーションでイベントが発生したときに実行していたアクティビティまたはアクティビティ内のポイントを識別する数値を定義します。 オペコードの名前を参照するには、OpcodeDisplayName プロパティの値を取得します。

public:
 abstract property Nullable<short> Opcode { Nullable<short> get(); };
public abstract short? Opcode { get; }
member this.Opcode : Nullable<int16>
Public MustOverride ReadOnly Property Opcode As Nullable(Of Short)

プロパティ値

short 型の値を返します。 この値は null の場合もあります。

注釈

標準イベントオペコードは、 列挙型で StandardEventOpcode 定義されています。

適用対象

こちらもご覧ください