Dëse Browser gëtt net méi ënnerstëtzt.
Upgrat op Microsoft Edge fir vun de Virdeeler vun leschten Eegeschaften, Sécherheetsupdaten, an techneschem Support ze profitéieren.
How do you enable a SharePoint Framework client-side web part to be used as a tab in Microsoft Teams?
Include TeamsTab in the web part manifest's supportedHosts property array.
TeamsTab
supportedHosts
Set an isTeamsTab property to true in the web part manifest.
isTeamsTab
true
Add a microsoftTeams entry to the web part's property pane configuration.
microsoftTeams
Where do you deploy the SharePoint Framework package so its web part can be used as a Microsoft Teams tab?
To the SharePoint Online tenant's App Catalog site.
To both the SharePoint Online App Catalog and a separate Microsoft Teams App Catalog.
Upload it directly to a team using the Upload a custom app menu item.
How can a SharePoint Framework web part determine whether it's running in SharePoint Online or Microsoft Teams?
Check whether the this.context.sdks.microsoftTeams object is available.
this.context.sdks.microsoftTeams
Read the this.context.isTeamsContext property.
this.context.isTeamsContext
Parse the current page URL to look for teams.microsoft.com.
teams.microsoft.com
How do you prevent users from changing a Microsoft Teams tab's settings after it's first configured?
Set the canUpdateConfiguration property to false in the Microsoft Teams app manifest.
canUpdateConfiguration
false
Remove the web part's property pane configuration.
Delete the configuration URL from the SharePoint web part manifest.
You must answer all questions before checking your work.
War dës Säit hëllefräich?
Braucht Dir Hëllef mat dësem Theema?
Wëllt Dir probéieren, Ask Learn ze benotzen, fir Iech duerch dëst Theema ze leeden oder et méi kloer ze maachen?