EditorPart.GetDesignModeState Méthode

Définition

Récupère l'état actuel d'une zone parente de contrôle EditorPart.

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

Retours

IDictionary qui contient l'état actuel de la zone EditorZoneBase qui contient un contrôle EditorPart.

Remarques

La GetDesignModeState méthode retourne des informations sur l’état de la zone qui contient un EditorPart contrôle. Les informations d’état sont retournées sous la forme d’un dictionnaire.

S’applique à

Voir aussi