클래스 이름 oor Engels

클래스 이름

Vertalings in die woordeboek Koreaans - Engels

class name

en
A predefined name used to refer to an OLE object in Visual Basic. A class name consists of the name of the application used to create the OLE object, the object's type, and, optionally, the version number of the application.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
클래스가 Swift에서 구현된 경우 클래스 이름 앞에 앱/프레임워크 모듈의 이름을 추가해야 합니다(예: appName.className).
Note: If your class is implemented in Swift, you need to prefix the class name with the name of its app/framework module (for example, appName.className).support.google support.google
템플릿의 기본 클래스로 쓰일 클래스이름을 입력하십시오
Enter the name of the class which should be used as the template 's base classKDE40.1 KDE40.1
IDENTIFICATION DIVISION은 소스 요소의 이름과 종류를 정의하며 여기서 클래스와 인터페이스가 지정된다.
The identification division specifies the name and type of the source element and is where classes and interfaces are specified.WikiMatrix WikiMatrix
이 task에는 리인덱싱하고자 하는 클래스 이름이 필요하고 기존 인덱스를 리빌드할 때는 FORCE 인수를 넘겨 주어야 합니다.
This task expects the name of the class we want to reindex and we also need to pass in the FORCE argument as we're rebuilding an existing index.ParaCrawl Corpus ParaCrawl Corpus
inviteContactActivity 사용자가 기기의 주소록 애플리케이션에서 연결 추가 를 선택했을 때 활성화하고자 하는 애플리케이션 액티비티의 완전히 정규화된 클래스 이름입니다.
inviteContactActivity The fully-qualified class name of the activity in your application that you want to activate when the user selects Add connection from the device's contacts application.ParaCrawl Corpus ParaCrawl Corpus
이것을 메서드나 필드에 추가하면 메서드/필드 및 그 이름 뿐만 아니라 클래스 이름도 그대로 유지됩니다.
Adding it on a method or field will keep the method/field (and its name) as well as the class name intact.ParaCrawl Corpus ParaCrawl Corpus
클래스 이름: 이 필드에는 사용자 지정 이 표시됩니다.
Class Name: This field displays Custom ; it is not editable.ParaCrawl Corpus ParaCrawl Corpus
메서드/멤버/클래스 이름에 캐럿을 두고 F1 키를 눌러 API에 대한 문서를 볼 수 있습니다.
You can view documentation for an API by placing the caret on the method/member/class name and pressing F1 .ParaCrawl Corpus ParaCrawl Corpus
모든 WorkRequest 에 암시적인 태그가 추가되었습니다. 이 태그는 Worker 의 정규화된 클래스 이름입니다.
Added an implicit tag for all WorkRequest s, which is the fully qualified class name for the Worker .ParaCrawl Corpus ParaCrawl Corpus
이 이름은 해당 <activity> 요소의 android:name 특성에 주어진 클래스 이름과 일치해야 합니다.
The name here must match the class name given to the corresponding <activity> element's android:name attribute.ParaCrawl Corpus ParaCrawl Corpus
ClassNames 의 디폴트 값은 Y 에 포함된 모든 고유한 클래스 이름의 집합입니다.
The default value for ClassNames is the set of all distinct class names in Y .ParaCrawl Corpus ParaCrawl Corpus
만약 페이지의 다른 엘리먼트들이 같은 클래스 이름을 스타일이나 스크립트를 위해 사용한다면 곤란해질 것입니다.
If other elements on the page accidentally use the same class names for styling or scripting, we're gonna have a bad time.ParaCrawl Corpus ParaCrawl Corpus
Intent 의 필드는 ComponentName 객체로, 대상 구성 요소의 정규화된 클래스 이름(앱의 패키지 이름 포함)을 사용하여 지정할 수 있습니다.
This field of the Intent is a ComponentName object, which you can specify using a fully qualified class name of the target component, including the package name of the app, for example, com.example.ExampleActivity .ParaCrawl Corpus ParaCrawl Corpus
일반적으로 시작하고자 하는 구성 요소의 정확한 클래스 이름을 정의하는 명시적 인텐트 를 사용하여 이러한 작업을 수행합니다.
You generally do so with an explicit intent , which defines the exact class name of the component you want to start.ParaCrawl Corpus ParaCrawl Corpus
Parcelable 인수가 이제 app:type 의 정규화된 클래스 이름을 사용하여 지원됩니다.
Parcelable arguments are now supported, using a fully qualified class name for app:type .ParaCrawl Corpus ParaCrawl Corpus
암시적 인텐트는 시작할 구성 요소의 클래스 이름을 선언하지 않고, 그 대신 수행할 작업을 선언합니다.
Implicit intents do not declare the class name of the component to start, but instead declare an action to perform.ParaCrawl Corpus ParaCrawl Corpus
Arrange by class : 클래스 이름을 기준으로 모든 할당을 그룹화합니다.
Arrange by class : Groups all allocations based on class name.ParaCrawl Corpus ParaCrawl Corpus
제공자 클래스 이름( android:name ) ContentProvider 를 구현하는 클래스입니다.
Provider class name ( android:name ) The class that implements ContentProvider .ParaCrawl Corpus ParaCrawl Corpus
그렇게 하려면 대상 구성 요소를 인텐트 내에서 명시적으로 명명하면 됩니다(구성 요소 클래스 이름을 사용).
You can use an Intent by explicitly naming the target component (using the component class name) in the intent.ParaCrawl Corpus ParaCrawl Corpus
규칙에 의하여 클래스이름클래스를 포함한 소스 파일의 이름과 함께 동시에 발생해야 한다.
By convention the name of the class has to coincide with the name of the source file containing the class..ParaCrawl Corpus ParaCrawl Corpus
명시적 인텐트는 일반적으로 본인의 앱 안에서 구성 요소를 시작할 때 씁니다. 시작하고자 하는 액티비티 또는 서비스의 클래스 이름을 알고 있기 때문입니다.
You'll typically use an explicit intent to start a component in your own app, because you know the class name of the activity or service you want to start.ParaCrawl Corpus ParaCrawl Corpus
동일한 패키지의 내부 클래스에 Dao 인터페이스가 2개 이상인데 이름이 동일한 경우 이름이 충돌하지 않도록, 생성된 Dao 클래스 이름을 이제 Room에서 올바로 지정합니다. b/73536380
Room now properly names generated Dao classes to avoid name conflicts when 2 or more Dao interfaces are inner classes in the same package and have the same name. b/73536380ParaCrawl Corpus ParaCrawl Corpus
또한, Android 런타임에서 사용되는 형식으로 된 선언 클래스, 이름 및 유형을 비롯하여, 앱이 액세스한 비 SDK 인터페이스에 대해 더욱 자세한 정보를 포함한 앱의 로그 메시지를 검사해야 합니다.
Make sure to inspect your app's log messages, which contain more detailed information about the non-SDK interface that your app accessed, including the declaring class, name, and type in the format used by the Android runtime.ParaCrawl Corpus ParaCrawl Corpus
<activity> 요소에서는, android:name 특성이 Activity 서브클래스의 완전히 정규화된 클래스 이름을 나타내며 android:label 특성은 액티비티의 사용자에게 표시되는 레이블로 사용할 문자열을 나타냅니다.
In the <activity> element, the android:name attribute specifies the fully qualified class name of the Activity subclass and the android:label attribute specifies a string to use as the user-visible label for the activity.ParaCrawl Corpus ParaCrawl Corpus
activityclass 값은 인텐트를 수신해야 하는 액티비티의 완전히 정규화된 클래스 이름입니다. invite_action_label 값은 기기의 주소록 애플리케이션에 있는 연결 추가 메뉴에 표시되는 텍스트 문자열입니다.
The activityclass value is the fully-qualified classname of the activity that should receive the intent. The invite_action_label value is a text string that's displayed in the Add Connection menu in the device's contacts application.ParaCrawl Corpus ParaCrawl Corpus
75 sinne gevind in 26 ms. Hulle kom uit baie bronne en word nie nagegaan nie.