Freigeben über


Member-Member

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

Der Member-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the Member.
Öffentliche Methode Dispose Releases all resources used by the Member.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetChildren Returns a MemberCollection that contains a collection of child members for the Member.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Caption Gets the caption of the Member.
Öffentliche Eigenschaft ChildCount Gets the estimated count of child members contained in the Member.
Öffentliche Eigenschaft Description Gets the descriptive text of the Member.
Öffentliche Eigenschaft LevelDepth Gets the ordinal position of the level that contains the Member.
Öffentliche Eigenschaft LevelName Gets the name of the level that contains the Member.
Öffentliche Eigenschaft Name Gets the name of the Member.
Öffentliche Eigenschaft Parent Gets a reference to the parent Member, if applicable, that contains the Member.
Öffentliche Eigenschaft ParentLevel This property gets a Level that contains the Member.
Öffentliche Eigenschaft Type Gets the member type of the Member.
Öffentliche Eigenschaft UniqueName Gets the unique name of the Member.

Zum Anfang