Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 3.31 KB

File metadata and controls

51 lines (40 loc) · 3.31 KB
title IAppHostElementCollection Interface
description The IAppHostElementCollection interface represents a collection of IAppHostElement interfaces.
ms.date 10/07/2016
ms.assetid 93b238c5-ad20-6322-59c6-6d61b1b120bc

IAppHostElementCollection Interface

Represents a collection of IAppHostElement interfaces.

Syntax

interface IAppHostElementCollection : IUnknown  

Methods

The following table lists the methods exposed by the IAppHostElementCollection interface.

Method Description
AddElement Adds an element to the current collection.
Clear Removes all elements from the current collection.
CreateNewElement Creates a new element.
DeleteElement Removes the requested element from the collection

Properties

The following table lists the properties exposed by the IAppHostElementCollection interface.

Property Description
Count Returns the number of elements in the current collection
Item Gets the element at the requested index in the current collection.
Schema Returns the schema assigned to the current collection

Inheritance Hierarchy

IUnknown

IAppHostElementCollection

Requirements

Type Description
Client - IIS 7.0 on [!INCLUDEwinvista]
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on [!INCLUDEwinsrv2008]
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- [!INCLUDEiisexp75], [!INCLUDEiisexp80], [!INCLUDEiisexp100]
Header Ahadmin.h

See Also

Application Host Administration Interfaces
IAppHostElement Interface