Control.GetDesignModeState 메서드
정의
컨트롤의 디자인 타임 데이터를 가져옵니다.Gets design-time data for a control.
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
반환
컨트롤의 디자인 타임 데이터가 들어 있는 IDictionary입니다.An IDictionary containing the design-time data for the control.
구현
설명
GetDesignModeState 메서드는 컨트롤에 대 한 디자인 타임 데이터를 반환 합니다.The GetDesignModeState method returns design-time data for a control.
상속자 참고
GetDesignModeState() 메서드는 기본적으로 null
을 반환 합니다.The GetDesignModeState() method returns null
by default. 컨트롤에 필요한 디자인 타임 데이터를 제공 하려면이 메서드를 재정의 해야 합니다.You must override this method to provide the design-time data your control requires.