<div class="content" name="IAppHostConfigLocation" uuid="1939cfaf-92c9-40b5-9cca-791c531c01e6"><p>The IAppHostConfigLocation <a href="4e36e522-a35d-4fec-bc9c-6ed14d49d5ca#gt_95913fbd-3262-47ae-b5eb-18e6806824b9" data-linktype="relative-path">interface</a> provides methods
that access the <a href="59774887-09e3-4de5-ad8e-4794f404b123" data-linktype="relative-path">IAppHostElement</a>
objects that are contained in a specific hierarchy subpath in a specified <a href="3687acff-fb79-4e02-8349-6ca2f49df2a5" data-linktype="relative-path">IAppHostConfigFile</a>.
IAppHostConfigFile maps to a specific hierarchy path in the administration
system, as specified in section 3.1.4.6.</p><p>Each IAppHostConfigFile can optionally contain subpaths
within it. Each subpath is represented by an IAppHostConfigLocation object. The
object contains a collection of IAppHostElement objects, with the guarantee
that each IAppHostConfigLocation contains at most one IAppHostElement object of
the same name (in other words, the IAppHostElement object name is a key into
the collection).</p><p>The IAppHostConfigLocation interface inherits opnums 0–2
from the <a href="../ms-dcom/2b4db106-fb79-4a67-b45f-63654f19c54c" data-linktype="relative-path">IUnknown</a>
interface.</p><p>Methods in RPC Opnum Order</p><table><thead>
  <tr>
   <th>
   <p>Method</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>Path</td>
  <td>Opnum: 3</td>
 </tr><tr>
  <td>Count</td>
  <td>Opnum: 4</td>
 </tr><tr>
  <td>Item</td>
  <td>Opnum: 5</td>
 </tr><tr>
  <td>AddConfigSection</td>
  <td>Opnum: 6</td>
 </tr><tr>
  <td>DeleteConfigSection</td>
  <td>Opnum: 7</td>
 </tr></tbody></table><p> </p></div>