When overridden in a derived class, returns an array of custom attributes identified by Type.
파생된 클래스에서 재정의하는 경우 이 멤버에 적용되고 Type으로 식별되는 사용자 지정 특성의 배열을 반환합니다.
The system will always provide the derived class RuntimeType.
시스템에서는 항상 파생 클래스인 RuntimeType을 제공합니다.
When overridden in a derived class, indicates whether one or more instance of attributeType is applied to this member.
파생 클래스에서 재정의되는 경우 지정된 형식 또는 파생 형식의 특성이 하나 이상 이 멤버에 적용되는지 여부를 나타냅니다.
This method can be overridden by a derived class.
이 메서드는 파생된 클래스에서 재정의할 수 있습니다. This method can be overridden by a derived class.
It is intended to be overridden by a derived class; the base class implementation does nothing.
파생 클래스에 의해 재정의되려는 목적입니다; 베이스 클래스 구현은 아무것도 수행하지 않습니다.
A virtual method can be overridden in a derived class.
가상 메서드는 파생된 클래스에서 재정의될 수 있습니다.A virtual method can be overridden in a derived class.
RunDialog When overridden in a derived class, specifies a common dialog box.
파생 클래스에서 재정의된 경우 일반 대화 상자를 지정합니다. When overridden in a derived class, specifies a common dialog box.
Public members of the base class become public members of the derived class.
Public 파생에서는 기초 클래스의 public 멤버들이 파생 클래스의 public 멤버가 됩니다.
Inheritance, a mechanism whereby a derived class can extend and specialize a base class..
클래스 형식은 파생 클래스에서 기본 클래스를 확장 하 고 특수화할 수 있는 메커니즘인 상속을 지원 합니다.
Virtual functions can be re-implemented in a derived class.
가상 메서드는 파생된 클래스에서 재정의될 수 있습니다.A virtual method can be overridden in a derived class.
When overridden in a derived class, gets the length in bytes of the stream.
파생 클래스에서 재정의되면 스트림 바이트의 길이를 가져옵니다. When overridden in a derived class, gets the length in bytes of the stream.
T F Public members of a protected base class become private members of the derived class.
Private 상속은 기초 클래스의 public 멤버와 protected 멤버가 파생 클래스의 private 멤버가 됩니다.
TypeId When implemented in a derived class, gets a unique identifier for this.
파생 클래스에서 구현될 때 이 Attribute의 고유 식별자를 가져옵니다. When implemented in a derived class, gets a unique identifier for this Attribute.
A derived class can access protected members of the calling code's base classes..
파생된 클래스는 호출 코드의 기본 클래스의 protected 멤버를 액세스할 수 있습니다.A derived class can access protected members of the calling code's base classes.
The method is protected and, therefore, is accessible only through this class or a derived class.
메서드는 보호 되 고 이므로이 클래스 또는 파생된 클래스를 통해 액세스할 수 있습니다. The method is protected and therefore is accessible only through this class or through a derived class.
When overridden in a derived class, gets the name of the property that the object represents.
파생 클래스에서 재정의되는 경우 개체가 나타내는 속성의 이름을 가져옵니다. When overridden in a derived class, gets the name of the property that the object represents.
A derived class can override a base class member only if the base class member is declared as virtual or abstract.
파생 클래스는 기본 클래스 멤버가 virtual 또는 abstract로 선언된 경우에만 기본 클래스 멤버를 재정의할 수 있습니다.
The following code example uses the derived class Text Box and validates an e-mail address that the user enters.
다음 코드 예제에서는 파생 클래스 TextBox을 사용 하 고 사용자가 입력 한 전자 메일 주소의 유효성을 검사 합니다. The following code example uses the derived class TextBox and validates an email address that the user enters.
A derived class can add new members to those it inherits, but it cannot remove the definition of an inherited member.
파생된 클래스를 상속하는 대상에 새 멤버를 추가할 수 있지만 상속된 멤버의 정의를 제거할 수 없습니다.A derived class can add new members to those it inherits, but it cannot remove the definition of an inherited member.
When overridden in a derived class, returns a sequence of bytes that specifies the encoding used.
파생 클래스에서 재정의되면 사용되는 인코딩을 지정하는 바이트 시퀀스를 반환합니다. When overridden in a derived class, returns a sequence of bytes that specifies the encoding used.
A derived class should always call the OnEventName method of the base class to ensure that registered delegates receive the event.
파생된 클래스는 등록된 대리자가 이벤트를 수신할 수 있도록 해주는 기본 클래스의 OnEventName 메서드를 항상 호출해야 합니다.A derived class should always call the OnEventName method of the base class to ensure that registered delegates receive the event.
In that case, a derived class can change the interface behavior by overriding the virtual members.
이 경우 파생 클래스는 가상 멤버를 재정의하여 인터페이스 동작을 변경할 수 있습니다. In that case, a derived class can change the interface behavior by overriding the virtual members.
The derived class will automatically contain all the public, protected, and internal members of the base class except its constructors and destructors.
다른 클래스(기본 클래스)에서 파생되는 클래스는 생성자와 종료자를 제외하고 기본 클래스의 모든 public, protected 및 internal 멤버를 자동으로 포함합니다.
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
파생 클래스에서 재정의되면 현재 스트림이 읽기를 지원하는지를 나타내는 값을 가져옵니다. When overridden in a derived class, gets a value indicating whether the current stream supports reading.
However, the derived class can reimplement any virtual interface members instead of using the inherited implementation.
그러나 파생 클래스는 상속된 구현을 사용하는 대신 가상 인터페이스 멤버를 다시 구현할 수 있습니다. However, the derived class can reimplement any virtual interface members instead of using the inherited implementation.
When overridden in a derived class, gets all the interfaces implemented or inherited by the current Type.
파생 클래스에서 재정의되면, 현재 Type에 의해 구현되거나 상속되는 모든 인터페이스를 가져옵니다. When overridden in a derived class, gets all the interfaces implemented or inherited by the current Type.
When overridden in a derived class, encodes all the characters in the specified string into a sequence of bytes.
파생 클래스에서 재정의되면 지정한 문자열의 모든 문자를 바이트 시퀀스로 인코딩합니다. When overridden in a derived class, encodes all the characters in the specified string into a sequence of bytes.
When overridden in a derived class, specifies a SOAP extension should run with an XML Web service method.
파생 클래스에서 재정의된 경우 XML Web services 메서드와 함께 실행되도록 SOAP 확장을 지정합니다. When overridden in a derived class, specifies a SOAP extension should run with an XML Web service method.
When overridden in a derived class, searches for the specified nested type, using the specified binding constraints.
파생 클래스에서 재정의되면, 지정된 중첩 형식을 지정된 바인딩 제약 조건으로 검색합니다. When overridden in a derived class, searches for the specified nested type, using the specified binding constraints.
Results: 44,
Time: 0.0393
How to use "derived class" in an English sentence
Every derived class must implement this method.
Derived class pointer cannot point to baseclass.
Derived class of GapElement for GAP integers.
Derived class of GapElement for GAP Lists.
Derived class of GapElement for GAP functions.
Derived class of GapElement for GAP permutations.
Derived class of GapElement for GAP records.
Derived class of GapElement for GAP strings.
When derived class inherited with abstract class; derived class must be override abstract class methods.
Cast function (from derived class to SgVariableSymbol pointer).
한국어
عربى
Български
বাংলা
Český
Dansk
Deutsch
Ελληνικά
Español
Suomi
Français
עִברִית
हिंदी
Hrvatski
Magyar
Bahasa indonesia
Italiano
日本語
Қазақ
മലയാളം
मराठी
Bahasa malay
Nederlands
Norsk
Polski
Português
Română
Русский
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Tagalog
Turkce
Українська
اردو
Tiếng việt
中文