MemberUniqueNameStyle 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.
Determines how unique names are generated for members of hierarchies contained within the specified element.
public enum MemberUniqueNameStyle
type MemberUniqueNameStyle =
Public Enum MemberUniqueNameStyle
- Inheritance
-
MemberUniqueNameStyle
Fields
NamePath | 1 | The instance generates a compound name consisting of each level and the caption of the member. |
Native | 0 | The instance automatically determines the unique names of members. |