Leer en inglés

Compartir a través de


Member Miembros

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

El tipo Member expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico {dtor} Releases all resources used by the Member.
Método publico Dispose Releases all resources used by the Member.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetChildren Returns a MemberCollection that contains a collection of child members for the Member.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Caption Gets the caption of the Member.
Propiedad pública ChildCount Gets the estimated count of child members contained in the Member.
Propiedad pública Description Gets the descriptive text of the Member.
Propiedad pública LevelDepth Gets the ordinal position of the level that contains the Member.
Propiedad pública LevelName Gets the name of the level that contains the Member.
Propiedad pública Name Gets the name of the Member.
Propiedad pública Parent Gets a reference to the parent Member, if applicable, that contains the Member.
Propiedad pública ParentLevel This property gets a Level that contains the Member.
Propiedad pública Type Gets the member type of the Member.
Propiedad pública UniqueName Gets the unique name of the Member.

Principio