Enumeração structMemberAlignOption
Usado pelo StructMemberAlignment propriedade.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
Public Enumeration structMemberAlignOption
public enum structMemberAlignOption
public enum class structMemberAlignOption
type structMemberAlignOption
public enum structMemberAlignOption
Membros
Nome do membro | Descrição | |
---|---|---|
alignEightBytes | limite de 8 bytes | |
alignFourBytes | limite de 4 bytes | |
alignNotSet | Não definido | |
alignSingleByte | limite de 1 byte | |
alignSixteenBytes | limite de 16 bytes | |
alignTwoBytes | limite de 2 bytes |