KeepWithGroupTypes Enum

Definition

Specifies whether to keep a static member on the same page as the previous or next visible dynamic member.

public enum class KeepWithGroupTypes
public enum KeepWithGroupTypes
type KeepWithGroupTypes = 
Public Enum KeepWithGroupTypes
Inheritance
KeepWithGroupTypes

Fields

After 2

Keep the static member on the same page as the next visible dynamic member.

Before 1

Keep the static member on the same page as the previous visible dynamic member.

None 0

Do not attempt to keep the static member on the same page as the previous or next visible dynamic member.

Applies to