HideIfValue Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Never | 0 | Never hide the level member. |
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. |
NoName | 3 | Hides the level member if member has no name or an empty name |
ParentName | 4 | Hides the level member if member name is equal to the name of the parent. |