API-Referenz
Typname: APIReference
Erweitert TechArticle
Name |
Typ |
Beschreibung |
assembly |
Text |
Dateiname der Bibliothek, z. B. mscorlib.dll oder system.web.dll |
AssemblyVersion |
Text |
Verknüpfte Produkt-/Technologieversion, z. B. .NET Framework 4.5 |
Programmiermodell |
Text |
Gibt an, ob die API verwaltet oder nicht verwaltet wird. |
Zielplattform |
Text |
Art der App-Entwicklung: Smartphone, Metro-Stil, Desktop, Xbox |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-03 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-03 (UTC)."],[[["APIReference is a structured data type that extends TechArticle and is used to describe software application programming interfaces (APIs)."],["It includes fields for specifying the library file name (assembly), product version (assemblyVersion), programming model (managed or unmanaged), and target platform (e.g., desktop, mobile)."],["APIReference allows developers and technical writers to provide detailed information about APIs, which can then be used for documentation, search, and other purposes."]]],["The `APIReference` type, which extends `TechArticle`, includes key properties for describing application programming interfaces. `assembly` specifies the library file name. `assemblyVersion` denotes the associated product/technology version. `programmingModel` clarifies if the API is managed or unmanaged. Lastly, `targetPlatform` indicates the type of app development the API is designed for, such as phone, desktop, or Xbox. These attributes provide critical information about the API's implementation and use context.\n"]]