EventRecord.Qualifiers 属性

定义

获取用于事件标识的限定符数。

public:
 abstract property Nullable<int> Qualifiers { Nullable<int> get(); };
public abstract int? Qualifiers { get; }
member this.Qualifiers : Nullable<int>
Public MustOverride ReadOnly Property Qualifiers As Nullable(Of Integer)

属性值

返回整数值。 此值可为 NULL。

适用于

另请参阅