structMemberAlignOption - перечисление
Used by the StructMemberAlignment property.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Public Enumeration structMemberAlignOption
'Применение
Dim instance As structMemberAlignOption
public enum structMemberAlignOption
public enum class structMemberAlignOption
public enum structMemberAlignOption
Члены
Имя члена | Описание | |
---|---|---|
alignNotSet | Not set | |
alignSingleByte | 1-byte boundary | |
alignTwoBytes | 2-byte boundary | |
alignFourBytes | 4-byte boundary | |
alignEightBytes | 8-byte boundary | |
alignSixteenBytes | 16-byte boundary |