EditorPart.GetDesignModeState Methode

Definition

Ruft den aktuellen Zustand einer übergeordneten Zone eines EditorPart-Steuerelements ab.

protected:
 override System::Collections::IDictionary ^ GetDesignModeState();
protected override System.Collections.IDictionary GetDesignModeState ();
override this.GetDesignModeState : unit -> System.Collections.IDictionary
Protected Overrides Function GetDesignModeState () As IDictionary

Gibt zurück

Ein IDictionary, das den aktuellen Zustand der EditorZoneBase-Zone enthält, in der sich ein EditorPart-Steuerelement befindet.

Hinweise

Die GetDesignModeState -Methode gibt Informationen über den Zustand der Zone zurück, die ein EditorPart Steuerelement enthält. Die Zustandsinformationen werden in Form eines Wörterbuchs zurückgegeben.

Gilt für:

Weitere Informationen