INativeConfigurationElementCollection Interface [IIS 7]
Provides an interface for a collection of native configuration elements.
class INativeConfigurationElementCollection : public IUnknown
The following table lists the methods that are exposed by the INativeConfigurationElementCollection interface.
Name | Description |
|---|---|
INativeConfigurationElementCollection::AddRawCollectionElement Method [IIS 7] | Adds a configuration element to a collection of native configuration elements. |
INativeConfigurationElementCollection::DeleteRawCollectionElement Method [IIS 7] | Deletes a configuration element from a collection of native configuration elements. |
INativeConfigurationElementCollection::GetRawElementCount Method [IIS 7] | Retrieves a configuration element from a collection of native configuration elements based on its index. |
INativeConfigurationElementCollection::GetRawElementByIndex Method [IIS 7] | Returns the number of elements within a collection of native configuration elements. |
INativeConfigurationElementCollection::NotUsed0 Method [IIS 7] | This is an infrastructure method that is not intended to be called directly. |
INativeConfigurationElementCollection::NotUsed1 Method [IIS 7] | This is an infrastructure method that is not intended to be called directly. |
INativeConfigurationElementCollection::NotUsed2 Method [IIS 7] | This is an infrastructure method that is not intended to be called directly. |
INativeConfigurationElementCollection::NotUsed3 Method [IIS 7] | This is an infrastructure method that is not intended to be called directly. |
INativeConfigurationElementCollection::NotUsed4 Method [IIS 7] | This is an infrastructure method that is not intended to be called directly. |
INativeConfigurationElementCollection::NotUsed5 Method [IIS 7] | This is an infrastructure method that is not intended to be called directly. |
The INativeConfigurationElementCollection interface provides a means of accessing raw configuration collections. Your application code would create an instance this interface by calling QueryInterface on an IAppHostElementCollection interface using the IID_INativeConfigurationElementCollection GUID.
Note: The INativeConfigurationElementCollection interface contains several infrastructure methods that are not intended to be called directly from your application code.