Denne nettleseren støttes ikke lenger.
Oppgrader til Microsoft Edge for å dra nytte av de nyeste funksjonene, sikkerhetsoppdateringene og den nyeste tekniske støtten.
What is required to use React with your code component?
Copy the React framework files into your code component folder
Use the --framework React option on the Power Platform CLI
--framework
Manually edit package.json to include React
Manually edit ControlInput.Manifest.xml to include React.
Which method would you use to format a string into a specific language?
formatLocale
globalization.Localize
formatLanguage
setLanguage
Which is the correct XML element that specifies usage of the Web API in a component in a control’s manifest?
uses name="WebAPI" required="true"
uses-feature name="CommonDataServiceAPI" required="true"
uses-feature name="WebAPI" required="true"
uses name="CommonDataServiceAPI" required="true"
What is the name of the API that you can use to overlay a pop-up window within a Power Apps Component?
ComponentFramework.Popup.Popup
ComponentFramework.FactoryApi.PopupComponent
PowerAppComponent.FactoryApi.Popup.Popup
ComponentFramework.FactoryApi.Popup.Popup
You must answer all questions before checking your work.
Var denne siden nyttig?
Trenger du hjelp med dette emnet?
Vil du prøve å bruke Spør Learn for å klargjøre eller veilede deg gjennom dette emnet?