EditorPart.GetDesignModeState Metod

Definition

Hämtar det aktuella tillståndet för en EditorPart kontrolls överordnade zon.

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

Returer

En IDictionary som har det aktuella tillståndet för EditorZoneBase zonen som innehåller en EditorPart kontroll.

Kommentarer

Metoden GetDesignModeState returnerar information om tillståndet för zonen som innehåller en EditorPart kontroll. Tillståndsinformationen returneras i form av en ordlista.

Gäller för

Se även