WINDOWS RUNTIME - 한국어로 번역

windows runtime
windows 런타임
windows runtime
the windows runtime

영어에서 Windows runtime 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
C++/WinRT is an entirely standard modern C++17 language projection for Windows Runtime(WinRT) APIs, implemented as a header-file-based library.
C++/WinRT는 WinRT(Windows Runtime) API를 위한 완전히 현대적인 표준 최신 C++17 언어로 개발된, 헤더 파일 기반 라이브러리 구현입니다. C++/WinRT is an entirely standard modern C++17 language projection for Windows Runtime (WinRT) APIs, implemented as a header-file-based library.
Type System Describes basic C++/CX types and programming constructs, and how to utilize C++/CX to consume and create Windows Runtime types.
형식 시스템Type System 기본 C++/cx 형식 및 프로그래밍 구문에 대해 설명 하 고/cx C++를 활용 하 여 Windows 런타임 형식을 사용 하 고 만드는 방법을 설명 합니다.
C++ Standard Library containers, and Windows Runtime collections in the form for( for-range-declaration: expression).
STL containers, and Windows Runtime collections in the form for ( for-range-declaration: expression ).
For new UWP apps and components, we recommend that you use C++/WinRT, a new standard C++17 language projection for Windows Runtime APIs.
새 UWP 앱 및 구성 요소를 사용 하는 권장 C++/WinRT에 새 표준 C + + 17 개의 언어 프로젝션 Windows 런타임 Api에 대 한 합니다.
STL containers, and Windows Runtime collections in the form for( for-range-declaration: expression).
and Windows Runtime collections in the form for ( for-range-declaration: expression ).
C++/CX language reference Describes the set of extensions that simplify C++ consumption of Windows Runtime APIs and enable error handling that's based on exceptions.
Visual C++ 언어 참조(C++/CX)Visual C++ language reference (C++/CX) 간소화 하는 확장 집합에 설명 합니다 C++ 예외를 기반으로 하는 오류 처리를 사용 하 고 Windows 런타임 Api의 소비 합니다.
With C++/WinRT, you can both consume and author Windows Runtime APIs using any standards-compliant C++17 compiler.
C++/WinRT를 사용하면 모든 표준 호환 C++17 컴파일러를 통해 Windows 런타임 API를 작성하고 사용할 수 있습니다. With C++/WinRT, you can author and consume Windows Runtime APIs using any standards-compliant C++17 compiler.
we recommend that you use C++/WinRT, a new standard C++17 language projection for Windows Runtime APIs.
a new standard C ++ 17 language projection for Windows Runtime APIs.
Frequently-asked questions Answers to questions that you're likely to have about authoring and consuming Windows Runtime APIs with C++/WinRT.
질문과 대답Frequently-asked questions C++/WinRT를 통해 Windows 런타임 API를 작성하거나 사용하는 것과 관련하여 발생할 수 있는 질문에 대한 대답입니다. Answers to questions that you're likely to have about authoring and consuming Windows Runtime APIs with C++/WinRT.
In the Project Properties, under C/C++> General tab, set Consume Windows Runtime Extension to Yes(/ZW).
프로젝트 속성의 C/C++, 일반 탭에서 Windows 런타임 확장 사용을 예(/ZW)로 설정합니다. In the Project Properties, under C/C++, General tab, set Consume Windows Runtime Extension to Yes (/ZW).
Move to C++/WinRT from WRL This topic shows how to port Windows Runtime C++ Template Library(WRL) code to its equivalent in C++/WinRT.
Windows 런타임 C++ 템플릿 라이브러리(WRL) 코드를 C++/WinRT의 상응하는 코드로 포팅하는 방법을 보여줍니다. This topic shows how to port Windows Runtime C++ Template Library (WRL) code to its equivalent in C++/WinRT.
NET Framework or the Windows Runtime to create an asynchronous method almost as easily as you create a synchronous method.
NET Framework 또는 Windows 런타임의 리소스를 사용하여 동기 메서드를 만드는 것만큼 쉽게 비동기 메서드를 만들 수 있습니다.
C++/WinRT performs better and produces smaller binaries than any other language option for the Windows Runtime.
C++/WinRT는 일반적으로 더 잘 수행 되며 Windows 런타임에 대 한 다른 언어 옵션 보다 작은 이진 파일을 생성 합니다.
Windows Runtime classes that are written in C or Visual Basic can override the GetHashCode method.
Windows 런타임Windows Runtime C 또는 Visual Basic에서 작성 된 클래스에서 재정의할 수는 GetHashCode 메서드. classes that are written in C or Visual Basic can override the GetHashCode method.
This is part of the support that the. NET Framework provides for the Windows Runtime(see. NET Framework Support for Windows Store Apps and Windows Runtime).
이는. NET Framework에서 Windows 런타임Windows Runtime에 대해 제공 하는 지원의 일부입니다 ( Windows 스토어 앱 및 Windows 런타임에 대 한. NET Framework 지원참조). This is part of the support that the. NET Framework provides for the Windows 런타임Windows Runtime (see. NET Framework Support for Windows Store Apps and Windows Runtime).
To this end, access to the Windows Runtime is made available via what are known as language projections.
Windows 런타임에는 언어 프로젝션으로 알려져 있는 방식을 통해 액세스할 수 있습니다. To this end, access to the Windows Runtime is made available via what are known as language projections.
where we're introducing C++/WinRT, the future of Modern C++ for the Windows Runtime!
+ +를 소개 하는 거 야 희망/winrt, 현대 c + +의 미래를 위한 윈도우 런타임!
Visual Basic, and JavaScript callers should be in Windows App projects and Windows Runtime Component projects.
and JavaScript callers should be in Windows App projects and Windows Runtime Component projects.
The basic procedure is to create a Windows Runtime Component project, copy the code for your static library into it, and address any errors that arise from moving the code from a standard C++ compilation to a/ZW compilation.
기본 절차는 Windows 런타임 구성 요소 프로젝트를 만들고 여기에 정적 라이브러리에 대한 코드를 추가한 다음 표준 C++ 컴파일에서 /ZW 컴파일로 코드를 이동할 때 발생하는 모든 오류를 해결하는 것입니다. The basic procedure is to create a Windows Runtime Component project, copy the code for your static library into it, and address any errors that arise from moving the code from a standard C++ compilation to a /ZW compilation.
Shows how to create a Windows Runtime type, package it in a Windows Runtime component, and then call the component from a Windows 8.x Store app that's built for Windows by using JavaScript.
Windows 런타임 형식을 만들고 Windows 런타임 구성 요소에 패키지한 다음, JavaScript를 사용하여 Windows용으로 빌드된 Windows 8.x 스토어 앱에서 해당 구성 요소를 호출하는 방법을 보여 줍니다. Shows how to create a Windows Runtime type, package it in a Windows Runtime component, and then call the component from a Windows 8.x Store app that's built for Windows by using JavaScript.
결과: 61, 시각: 0.047

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어