Элементы Member

Represents a single member within a hierarchy, tuple, level, or member.

Тип Member предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the Member.
Открытый метод Dispose Releases all resources used by the Member.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetChildren Returns a MemberCollection that contains a collection of child members for the Member.
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Caption Gets the caption of the Member.
Открытое свойство ChildCount Gets the estimated count of child members contained in the Member.
Открытое свойство Description Gets the descriptive text of the Member.
Открытое свойство LevelDepth Gets the ordinal position of the level that contains the Member.
Открытое свойство LevelName Gets the name of the level that contains the Member.
Открытое свойство Name Gets the name of the Member.
Открытое свойство Parent Gets a reference to the parent Member, if applicable, that contains the Member.
Открытое свойство ParentLevel This property gets a Level that contains the Member.
Открытое свойство Type Gets the member type of the Member.
Открытое свойство UniqueName Gets the unique name of the Member.

В начало