Control.GetDesignModeState Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar designtidsdata för en kontroll.
protected:
virtual System::Collections::IDictionary ^ GetDesignModeState();
protected virtual System.Collections.IDictionary GetDesignModeState();
abstract member GetDesignModeState : unit -> System.Collections.IDictionary
override this.GetDesignModeState : unit -> System.Collections.IDictionary
Protected Overridable Function GetDesignModeState () As IDictionary
Returer
En IDictionary som innehåller designtidsdata för kontrollen.
Kommentarer
Metoden GetDesignModeState returnerar designtidsdata för en kontroll.
Anteckningar till arvingar
Metoden GetDesignModeState() returnerar null som standard. Du måste åsidosätta den här metoden för att tillhandahålla de designtidsdata som din kontroll kräver.