Control.IControlDesignerAccessor.SetDesignModeState(IDictionary) Methode

Definition

Eine Beschreibung dieses Elements finden Sie unter SetDesignModeState(IDictionary).

 virtual void System.Web.UI.IControlDesignerAccessor.SetDesignModeState(System::Collections::IDictionary ^ data) = System::Web::UI::IControlDesignerAccessor::SetDesignModeState;
void IControlDesignerAccessor.SetDesignModeState (System.Collections.IDictionary data);
abstract member System.Web.UI.IControlDesignerAccessor.SetDesignModeState : System.Collections.IDictionary -> unit
override this.System.Web.UI.IControlDesignerAccessor.SetDesignModeState : System.Collections.IDictionary -> unit
Sub SetDesignModeState (data As IDictionary) Implements IControlDesignerAccessor.SetDesignModeState

Parameter

data
IDictionary

Ein IDictionary, das die Entwurfszeitdaten für das Steuerelement enthält.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die Control-Instanz in eine IControlDesignerAccessor-Schnittstelle umgewandelt wird.

Gilt für: