HideIfValue Enum

Definition

Indicates when a level member should be hidden from client applications.

[System.Runtime.InteropServices.Guid("8F710175-730B-473e-AE51-81334E8B3B39")]
public enum HideIfValue
[<System.Runtime.InteropServices.Guid("8F710175-730B-473e-AE51-81334E8B3B39")>]
type HideIfValue = 
Public Enum HideIfValue
Inheritance
HideIfValue
Attributes

Fields

Never 0

Never hide the level member.

NoName 3

Hides the level member if member has no name or an empty name

OnlyChildWithNoName 1

Hides the level member if member is the only child and has no name or an empty name.

OnlyChildWithParentName 2

Hides the level member if member is the only child and member name is equal to that name of the parent.

ParentName 4

Hides the level member if member name is equal to the name of the parent.

Applies to