EventKeyword.Value Propriedade

Definição

Obtém o valor numérico associado à palavra-chave.Gets the numeric value associated with the keyword.

public:
 property long Value { long get(); };
public long Value { get; }
member this.Value : int64
Public ReadOnly Property Value As Long

Valor da propriedade

Int64

O valor numérico associado à palavra-chave.The numeric value associated with the keyword.

Comentários

Cada palavra-chave é um pouco em uma máscara de 64 bits.Each keyword is a bit in a 64-bit mask. Valores de bits predefinidos e bits reservados ocupam as 16 posições principais dessa máscara, deixando o manifesto para usar quaisquer bits entre 0x0000000000000001 e 0x0000800000000000.Predefined bit values and reserved bits occupy the top 16 positions of this mask, leaving the manifest to use any bits between 0x0000000000000001 and 0x0000800000000000.

Aplica-se a