--- title: "Containers | Microsoft Docs" ms.custom: "" ms.date: "11/04/2016" ms.reviewer: "" ms.suite: "" ms.technology: - "cpp-windows" ms.tgt_pltfrm: "" ms.topic: "article" dev_langs: - "C++" helpviewer_keywords: - "containers [C++]" - "OLE containers" - "application containers [C++]" - "containers [C++], OLE container applications" - "containers [C++], container applications" ms.assetid: b19d7c05-4d02-44bd-b76a-4a6c25994a62 caps.latest.revision: 9 author: "mikeblome" ms.author: "mblome" manager: "ghogen" translation.priority.ht: - "cs-cz" - "de-de" - "es-es" - "fr-fr" - "it-it" - "ja-jp" - "ko-kr" - "pl-pl" - "pt-br" - "ru-ru" - "tr-tr" - "zh-cn" - "zh-tw" --- # Containers A container application is an application that can incorporate embedded or linked items into its own documents. The documents managed by a container application must be able to store and display OLE compound document components as well as data created by the application itself. A container application must also allow users to insert new items or edit existing items. ## In This Section [Implement a Container](../mfc/containers-implementing-a-container.md) [Container Client Items](../mfc/containers-client-items.md) [Use Compound Files](../mfc/containers-compound-files.md) [Container User-Interface Issues](../mfc/containers-user-interface-issues.md) [Advanced Features of Containers](../mfc/containers-advanced-features.md) ## See Also [OLE](../mfc/ole-in-mfc.md) [Servers](../mfc/servers.md) [Activation](../mfc/activation-cpp.md) [Menus and Resources (OLE)](../mfc/menus-and-resources-ole.md)