Used by the StructMemberAlignment property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Public Enumeration structMemberAlignOption
public enum structMemberAlignOption
public enum class structMemberAlignOption
type structMemberAlignOption
public enum structMemberAlignOption
Members
| Member name | Description | |
|---|---|---|
| alignNotSet | Not set | |
| alignSingleByte | 1-byte boundary | |
| alignTwoBytes | 2-byte boundary | |
| alignFourBytes | 4-byte boundary | |
| alignEightBytes | 8-byte boundary | |
| alignSixteenBytes | 16-byte boundary |