몇몇 경우에 클래스는 사용하기 전에 선언해야 합니다. 해당 값을 요청하기 위해서는 root property의 구체적인 유형을 선언해야 합니다. 예제는 다음과 같습니다.
In order to request the value you must declare the root property to be of a particular type. An example is below.이 인터페이스는 모든 제품에서 의미가 있는 메서드를 선언해야 합니다.
This interface should declare methods that make sense in every product.모든 앱 구성 요소를 이렇게 선언해야 합니다.
You must declare all app components using the following elements.Combinations with other parts of speech
참고: 액티비티 전체에 대해 인텐트 필터를 매니페스트 파일에서 선언해야 합니다.
Note: For all activities, you must declare your intent filters in the manifest file.유니티 플러그인의 코드를 VS에서 실행하기 위해서는 Preprocessor를 하나 선언해야 합니다.
To run the Unity plugin code in VS, you need to declare one preprocessor.액티비티(및 다른 구성 요소)와 마찬가지로, 서비스는 모두 애플리케이션의 매니페스트 파일에서 선언해야 합니다.
You must declare all services in your application's manifest file, just as you do for activities and other components.애플리케이션에서 블루투스 기능을 사용하려면 블루투스 권한 BLUETOOTH 를 선언해야 합니다.
In order to use Bluetooth features in your application, you must declare two permissions.그러나 그 전에는 거북이. colormode(1)또는 거북이. colormode(255)를 코드에 선언해야 합니다.
However, before that, turtle.colormode(1) or turtle. colormode(255) must be declared in the code.앱 구성 요소는 자신이 수행할 수 있는 각 고유한 작업에 대해 별도의 필터를 선언해야 합니다.
An app component should declare separate filters for each unique job it can do.Apache HTTP API를 계속 사용하려면 우선 다음과 같은 컴파일-시간 종속성을 build. gradle 파일에서 선언해야 합니다.
To continue using the Apache HTTP APIs, you must first declare the following compile-time dependency in your build. gradle file.선언에 선언자가 하나 이상 있거나 형식 지정자가 구조체 태그, 공용 구조체 태그 또는 열거형의 멤버를 선언해야 합니다.
A declaration must have at least one declarator, or its type specifier must declare a structure tag, a union tag, or the members of an enumeration;TV 기기에서 실행되도록 개발하는 애플리케이션은 해당 manifest에서 TV 런처 활동을 선언해야 합니다.
An application intended to run on TV devices must declare a launcher activity for TV in its manifest.앱이 기본적인 포인트 및클릭 상호작용을 필요로 하는 경우(즉, D-패드 컨트롤러하고만 작동하지 않는 경우) 이 기능을 선언해야 합니다.
If your app requires basic point andclick interaction(in other words, it won't work with only a d-pad controller), you should declare this feature.이 API가 없으면 앱이 작동하지 않는 경우 API 수준 14를 앱의 최소 지원 버전으로 선언해야 합니다.
If your app cannot function without these APIs, you should declare API level 14 as your app's minimum supported version.다중 손가락 제스처와 같은 훨씬 복잡한 터치 상호작용을 필요로 하는 경우, 앱이 고급 터치스크린 기능을 사용함을 선언해야 합니다.
If you require more complex touch interaction, such as multi-finger gestures, you should declare that your app uses advanced touchscreen features.Note: scroll 플래그를 사용하는 모든 보기는 이 플래그를 사용하지 않는 보기보다 먼저 선언해야 합니다.
One note: all views using the scroll flag must be declared before views that do not use the flag.앱을 광범위한 태블릿에 배포할 수 있도록 보장하려면 앱이 다음과 같이 매니페스트 파일에서 태블릿 화면 크기 지원을 선언해야 합니다.
To ensure that you can distribute your app to a broad range of tablets, your app should declare support for tablet screen sizes in its manifest file, as follows.예를 들어, 앱에 Vulkan 컴퓨팅 레벨 0의 지원이 필요하다면 다음과 같은 기능을 선언해야 합니다.
For example, if your app requires Vulkan hardware level 0 support, you should declare the following feature.일부 경우에는 동일한 속성을 매니페스트와 코드에 모두 선언해야 합니다(예: FileProvider 의 권한을 선언하는 경우).
In some cases, you may need to declare the same property in both your manifest and your code(for example, when declaring authorities for a FileProvider).C 프로그래밍에서 여러 값을 유지하는 경우 여러 변수를 선언해야 합니다.
When it comes to holding multiple values in C programming, we would need to declare several variables.제작자 및/또는 저자, 단편이 축제의 마지막 단계에서 선정된 경우, 자신의 작품에 대한 모든 권리에 대해 단독으로 책임을 진다고 선언하고 영화에 제 3자의 권리가 없다고 선언해야 합니다.
Producers and/or author, if the short is selected for the final stage of the festival, must declare to be solely responsible for all rights regarding his work and must declare that the movie does not contain any third-party rights.참고: 손실이 없고 투명한 WebP 이미지는 Android 4.3 이상에서만 지원되므로 Android 스튜디오를 사용해 손실이 없거나 투명한 WebP 이미지를 생성하려면 프로젝트에서 18 이상의 minSdkVersion을 선언해야 합니다.
Note: Because support for lossless and transparent WebP images is only available in Android 4.3 and higher, your project must declare a minSdkVersion of 18 or higher to create lossless or transparent WebP images using Android Studio.예를 들어, Wear 사용자 지정 알림용으로 사용되는 액티비티는 Wear가 다른 프로세스에 있는 컨텍스트 스트림에 액티비티를 표시할 수 있도록 이 특성을 선언해야 합니다.
For example, activities that are used for Wear custom notifications must declare this so Wear can display the activity in it's context stream, which resides in another process.예를 들어, 라이브러리 모듈을 생성하고 이를 종속성으로 Android 앱 모듈에 추가하려는 경우 다음과 같이 이 모듈을 선언해야 합니다.
For example, when you create a library module and want to add it as a dependency to your Android app module, you must declare it as follows.XMLHttpRequest 액세스할 콘텐츠는 명시적으로 선언 해야 합니다.
Any content accessed by XMLHttpRequest must be declared explicitly.정부 및 지역 단체는 아동 병사 무료 시간대를 선언해야합니다.
Governments and regional organizations should declare child soldier-free zones.그에 따르면, 전체 통신 서비스를 중단하려면 정부는 국가를 위험에 처하게 선언해야합니다.
According to him, if it wants to cut off the entire communication service, the government must declare the country at risk.입학 한 학생들은 공통된 1 학년 커리큘럼을 완료함으로써 다양한 농도를 조사 할 수 있으며 1 학년 말까지 집중을 선언해야합니다.
Admitted students can investigate different concentrations by completing a common Year 1 curriculum and must declare their concentration by the end of Year 1.