﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0</name>
  </assembly>
  <members>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ActivateProjectHostItemEventArgs">
      <summary>
          Provides data for the <see cref="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.ActivateProjectHostItem" /> event.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ActivateProjectHostItemEventArgs.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ActivateProjectHostItemEventArgs" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ActivateProjectHostItemEventArgs.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ActivateProjectHostItemEventArgs" /> class with a moniker for the host item.
        </summary>
      <param name="moniker">
              Text containing the full file path of the host item.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ActivateProjectHostItemEventArgs.Handled">
      <summary>
          Gets or sets a value that indicates whether the event was handled.
        </summary>
      <returns>
          
            true if the event is handled; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ActivateProjectHostItemEventArgs.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IActivateEventArgs#Handled">
      <summary>
          For a description of this method, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IActivateEventArgs.Handled" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ActivateProjectHostItemEventArgs.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IActivateEventArgs#Moniker">
      <summary>
          For a description of this method, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IActivateEventArgs.Moniker" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ActivateProjectHostItemEventArgs.Moniker">
      <summary>
          Gets the full file path of the host item that was activated.
        </summary>
      <returns>
          The full file path of the host item that was activated.
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ActivateProjectHostItemEventHandler">
      <summary>
          Represents the method that will handle the <see cref="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.ActivateProjectHostItem" /> event.
        </summary>
      <param name="sender">
              The sender of the event.
            </param>
      <param name="eventArguments">
              The event data.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedComReference">
      <summary>
          Represents a COM reference (a COM DLL) that was added to a Visual Studio Tools for Applications add-in project.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedComReference.#ctor(System.String,System.Guid,System.Int64,System.Int64,System.Int64)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedComReference" /> class with information about a COM reference.
        </summary>
      <param name="reference">
              The name of the COM DLL.
            </param>
      <param name="libid">
              A GUID that identifies the type library.
            </param>
      <param name="majorVersion">
              The major version number of the COM DLL.
            </param>
      <param name="minorVersion">
              The minor version number of the COM DLL.
            </param>
      <param name="lcid">
              The locale ID.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedComReference.Lcid">
      <summary>
          Gets the locale ID.
        </summary>
      <returns>
          The locale ID.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedComReference.Libid">
      <summary>
          Gets the GUID that identifies the type library.
        </summary>
      <returns>
          The GUID of the type library.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedComReference.MajorVersion">
      <summary>
          Gets the major version number of the COM reference.
        </summary>
      <returns>
          The major version number of the COM reference.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedComReference.MinorVersion">
      <summary>
          Gets the minor version number of the COM reference.
        </summary>
      <returns>
          The minor version number of the COM reference.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedComReference.ToString">
      <summary>
          Returns a string representation of the COM reference object.
        </summary>
      <returns>
          A string representation of the COM reference object.
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedManagedReference">
      <summary>
          Represents an assembly reference that was added to a Visual Studio Tools for Applications add-in project.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedManagedReference.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedManagedReference" /> class with the assembly reference.
        </summary>
      <param name="reference">
              The name of the assembly without the file name extension.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedReference">
      <summary>
          Represents a reference that was added to a Visual Studio Tools for Applications add-in project.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedReference.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedReference" /> class with the added reference.
        </summary>
      <param name="reference">
              The name of the reference that was added to the project without the file name extension.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedReference.Reference">
      <summary>
          Gets the name of the added reference.
        </summary>
      <returns>
          The name of the added reference.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedReference.ToString">
      <summary>
          Returns a string representation of <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedReference" />.
        </summary>
      <returns>
          A string representation of <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.AddedReference" />.
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.DocumentSavedEventArgs">
      <summary>
          Provides data for the <see cref="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.DocumentSaved" /> event.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.DocumentSavedEventArgs.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.DocumentSavedEventArgs" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.DocumentSavedEventArgs.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.DocumentSavedEventArgs" /> class with the full file path of the document.
        </summary>
      <param name="moniker">
              The full file path of the document.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.DocumentSavedEventArgs.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IDocumentSavedEventArgs#Moniker">
      <summary>
          For a description of this method, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IDocumentSavedEventArgs.Moniker" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.DocumentSavedEventArgs.Moniker">
      <summary>
          Gets the full file path of the saved document.
        </summary>
      <returns>
          The full file path of the saved document.
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.DocumentSavedEventHandler">
      <summary>
          Represents the method that will handle the <see cref="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.DocumentSaved" /> event.
        </summary>
      <param name="sender">
              The source of the event.
            </param>
      <param name="eventArguments">
              The event data.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.DuplicateHostPropertyException">
      <summary>
          The exception that is thrown when the &lt;HostProperties&gt; section of the project file contains multiple host properties that have the same name.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.DuplicateHostPropertyException.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.DuplicateHostPropertyException" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.DuplicateHostPropertyException.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.DuplicateHostPropertyException" /> class with a specified error message.
        </summary>
      <param name="message">
              The error message that explains the reason for the exception.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.DuplicateHostPropertyException.#ctor(System.String,System.Exception)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.DuplicateHostPropertyException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.
        </summary>
      <param name="message">
              The error message that explains the reason for the exception.
            </param>
      <param name="inner">
              The exception that is the cause of the current exception, or null if no inner exception is specified.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ExtenderException">
      <summary>
          The exception that is thrown when the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter" /> could not be obtained through <see cref="P:EnvDTE.Project.Extender(System.String)" />.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ExtenderException.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ExtenderException" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ExtenderException.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ExtenderException" /> class with a specified error message.
        </summary>
      <param name="message">
              A message that describes the error.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ExtenderException.#ctor(System.String,System.Exception)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ExtenderException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.
        </summary>
      <param name="message">
              A message that describes the error.
            </param>
      <param name="inner">
              The exception that is the cause of the current exception, or null if no inner exception is specified.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ExternalDebugging">
      <summary>
          Provides methods for registering a debugging channel between the host application and Visual Studio Tools for Applications. The channel is used for non-destructive debugging that uses an existing instance of the host application or that starts a new instance of the host application.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ExternalDebugging.RegisterExternalDebugHost(Microsoft.VisualStudio.Tools.Applications.DesignTime.IExternalDebugHost,System.String)">
      <summary>
          Registers a debugging channel between the host and Visual Studio Tools for Applications. 
        </summary>
      <returns>
          The debugging channel uniform resource identifier.
        </returns>
      <param name="host">
              The debug host as the object that implements <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.IExternalDebugHost" />.
            </param>
      <param name="hostName">
              The name of the Visual Studio Tools for Applications host.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ExternalDebugging.RegisterExternalDebugHost(Microsoft.VisualStudio.Tools.Applications.DesignTime.IExternalDebugHost,System.Uri)">
      <summary>
          Registers a debugging channel between the host and Visual Studio Tools for Applications. 
        </summary>
      <param name="host">
              The debug host as the object that implements <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.IExternalDebugHost" />.
            </param>
      <param name="hostUri">
              The uniform resource identifier for the debugging channel.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ExternalDebugHelper">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ExternalDebugHelper.#ctor">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ExternalDebugHelper.NotifyDebugHost(EnvDTE.DTE,System.String,System.String)">
      <summary>
        </summary>
      <returns>
        </returns>
      <param name="dte">
            </param>
      <param name="exePath">
            </param>
      <param name="cmdLine">
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter">
      <summary>
          Provides an extension to the Visual Studio object model for Visual Studio Tools for Applications projects and enables the host application to access and customize the Visual Studio Tools for Applications project.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.#ctor">
      <summary>
        </summary>
    </member>
    <member name="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.ActivateProjectHostItem">
      <summary>
          Occurs when a host item in the project is activated.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Dispose">
      <summary>
          Releases all resources used by the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter" />. 
        </summary>
    </member>
    <member name="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.DocumentSaved">
      <summary>
          Occurs when a document in the project is saved.
        </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.DTE">
      <summary>
          Gets a reference to the <see cref="T:EnvDTE.DTE" /> of the host adapter.
        </summary>
      <returns>
          The <see cref="T:EnvDTE.DTE" /> of the host adapter.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.ExtenderName">
      <summary>
          Gets the name of the host adapter by using the string "VSTAHostAdapter2007".
        </summary>
      <returns>
          "VSTAHostAdapter2007", which represents the name of the host adapter as an extender of the <see cref="T:EnvDTE.Project" />.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.GetDebugInfo(System.String@,System.String@,System.String@)">
      <summary>
          Returns the specified debugging information from the project properties.
        </summary>
      <param name="exePath">
              When this method returns, <paramref name="exePath" /> contains the full path of the application to run when the debugging session starts. This parameter is passed uninitialized.
            </param>
      <param name="commandLine">
              When this method returns, <paramref name="commandLine" /> contains the parameters to pass to the target application. This parameter is passed uninitialized.
            </param>
      <param name="workingDir">
              When this method returns, <paramref name="workingDir" /> contains the working directory of the target application. This parameter is passed uninitialized.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.GetProperty(System.String)">
      <summary>
          Returns the value of the specified property.
        </summary>
      <returns>
          The value of the specified property.
        </returns>
      <param name="name">
              The name of the property for which you want the value.
            </param>
      <exception cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidPropertyException">
              The property name is not valid.
            </exception>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.HostIdentifier">
      <summary>
          Gets the unique identifier for the host application.
        </summary>
      <returns>
          The unique identifier for the host application.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.IdentifierUtility">
      <summary>
          Gets the identifier utility object.
        </summary>
      <returns>
          The identifier utility object.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Language">
      <summary>
          Gets the programming language of the project.
        </summary>
      <returns>
          The programming language of the project.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Internal#IVstaHostAdapterInternal#GetHostPropertyXml">
      <summary>
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Internal#IVstaHostAdapterInternal#HostItemTypeGuid">
      <summary>
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Internal#IVstaHostAdapterInternal#HostPropertiesDirty">
      <summary>
        </summary>
      <returns>
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Internal#IVstaHostAdapterInternal#Init(System.String,System.String,Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectClientInternal,EnvDTE.DTE,EnvDTE.Project,System.String)">
      <summary>
        </summary>
      <param name="iphAssembly">
            </param>
      <param name="iphClassName">
            </param>
      <param name="projectClient">
            </param>
      <param name="dte">
            </param>
      <param name="project">
            </param>
      <param name="hostPropertiesXml">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Internal#IVstaHostAdapterInternal#OnActivateItem(System.String)">
      <summary>
        </summary>
      <returns>
        </returns>
      <param name="itemMoniker">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Internal#IVstaHostAdapterInternal#OnAfterDocumentSaved(System.String)">
      <summary>
        </summary>
      <param name="moniker">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Internal#IVstaHostAdapterInternal#OnProjectClosing">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Internal#IVstaHostAdapterInternal#OnProjectCreated">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Internal#IVstaHostAdapterInternal#SetHostPropertyXml(System.String)">
      <summary>
        </summary>
      <param name="props">
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaHostAdapter#DTE">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.DTE" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaHostAdapter#GetDebugInfo(System.String@,System.String@,System.String@)">
      <summary>
          For a description of this method, see <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.GetDebugInfo(System.String@,System.String@,System.String@)" />.
        </summary>
      <param name="exePath">
            </param>
      <param name="commandLine">
            </param>
      <param name="workingDir">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaHostAdapter#GetProperty(System.String)">
      <summary>
          For a description of this method, see <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.GetProperty(System.String)" />.
        </summary>
      <returns>
        </returns>
      <param name="name">
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaHostAdapter#HostIdentifier">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.HostIdentifier" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaHostAdapter#IdentifierUtility">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.IdentifierUtility" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaHostAdapter#Language">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.Language" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaHostAdapter#Project">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.Project" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaHostAdapter#ProjectDirectory">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.ProjectDirectory" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaHostAdapter#ProjectHostItems">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.ProjectHostItems" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaHostAdapter#ReservedIdentifiers(System.String)">
      <summary>
          For a description of this method, see <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.ReservedIdentifiers(System.String)" />.
        </summary>
      <returns>
        </returns>
      <param name="baseType">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaHostAdapter#SetDebugInfo(System.String,System.String,System.String)">
      <summary>
          For a description of this method, see <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.SetDebugInfo(System.String,System.String,System.String)" />.
        </summary>
      <param name="exePath">
            </param>
      <param name="commandLine">
            </param>
      <param name="workingDir">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaHostAdapter#SetProperty(System.String,System.String)">
      <summary>
          For a description of this method, see <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.SetProperty(System.String,System.String)" />.
        </summary>
      <param name="name">
            </param>
      <param name="value">
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.Project">
      <summary>
          Gets a <see cref="T:EnvDTE.Project" /> that is associated with the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter" />.
        </summary>
      <returns>
          A project that is associated with the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter" />.
        </returns>
    </member>
    <member name="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.ProjectClosing">
      <summary>
          Occurs before the project closes.
        </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.ProjectDirectory">
      <summary>
          Gets the full path of the project directory.
        </summary>
      <returns>
          The full path of the project directory.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.ProjectHostItems">
      <summary>
          Gets a <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection" /> object that contains the host items.
        </summary>
      <returns>
          A collection of <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem" /> objects.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.ReservedIdentifiers(System.String)">
      <summary>
          Returns a collection of reserved identifiers.
        </summary>
      <returns>
          A collection of reserved identifiers.
        </returns>
      <param name="baseType">
              The base type of the reserved identifiers.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.SetDebugInfo(System.String,System.String,System.String)">
      <summary>
          Sets the specified debugging information for the project.
        </summary>
      <param name="exePath">
              The full path of the application to run when the debugging session starts.
            </param>
      <param name="commandLine">
              The parameters to pass to the target application.
            </param>
      <param name="workingDir">
              The working directory of the target application.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.SetProperty(System.String,System.String)">
      <summary>
          Sets the value of the specified property or creates the property if it does not exist.
        </summary>
      <param name="name">
              The name of the property.
            </param>
      <param name="value">
              The value of the property.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapterEventsWrapper">
      <summary>
          Acts as a driver and wrapper for host adapter events.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapterEventsWrapper.#ctor(Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapterEventsWrapper" /> class with the host adapter.
        </summary>
      <param name="hostAdapter">
              A host adapter that was obtained through <see cref="P:EnvDTE.Project.Extender(System.String)" />.
            </param>
    </member>
    <member name="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapterEventsWrapper.ActivateProjectHostItem">
      <summary>
          Occurs when the host item is activated in the project.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapterEventsWrapper.Dispose">
      <summary>
          Releases all resources used by the current instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapterEventsWrapper" /> class.
        </summary>
    </member>
    <member name="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapterEventsWrapper.DocumentSaved">
      <summary>
          Occurs when the document is saved in the project.
        </summary>
    </member>
    <member name="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapterEventsWrapper.ProjectClosing">
      <summary>
          Occurs when the project is closing.
        </summary>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostUpgradeHelper">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostUpgradeHelper.#ctor">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostUpgradeHelper.Dispose">
      <summary>
        </summary>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.IExternalDebugHelper">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.IExternalDebugHelper.NotifyDebugHost(EnvDTE.DTE,System.String,System.String)">
      <summary>
        </summary>
      <returns>
        </returns>
      <param name="dte">
            </param>
      <param name="exePath">
            </param>
      <param name="cmdLine">
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.IExternalDebugHost">
      <summary>
          Notifies the host application about debugging checkpoints for loading and unloading add-ins during external host debugging.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.IExternalDebugHost.OnBeforeDebugStarting">
      <summary>
          Returns the process ID for the add-in.
        </summary>
      <returns>
          The process ID for the add-in.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.IExternalDebugHost.OnDebugStarting">
      <summary>
          Loads the add-in.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.IExternalDebugHost.OnDebugStopping">
      <summary>
          Performs any clean up operations when debugging stops.
        </summary>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.IInProcessHost">
      <summary>
          Provides access to the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter" />. This interface is implemented by the host application to enable in-process customization of the project system.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.IInProcessHost.SetAdapter(Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter)">
      <summary>
          Passes a reference to the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter" /> to the in-process host.
        </summary>
      <param name="adapter">
              The host adapter to pass to the in-process host.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.IInProcessHost2">
      <summary>
        </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.IInProcessHost2.HostItemTypeGuid">
      <summary>
        </summary>
      <returns>
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InProcessHostException">
      <summary>
          The exception that is thrown when an error occurs while the in-process host is being created.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.InProcessHostException.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InProcessHostException" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.InProcessHostException.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InProcessHostException" /> class with a specified error message.
        </summary>
      <param name="message">
              The error message that explains the reason for the exception.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.InProcessHostException.#ctor(System.String,System.Exception)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InProcessHostException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.
        </summary>
      <param name="message">
              The error message that explains the reason for the exception.
            </param>
      <param name="inner">
              The exception that is the cause of the current exception, or null if no inner exception is specified.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidEditorException">
      <summary>
          The exception that is thrown when an attempt is made to write to a host item code file that is open in an editor that does not support the CodeDOM (such as an XML editor).
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidEditorException.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidEditorException" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidEditorException.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidEditorException" /> class with a specified error message.
        </summary>
      <param name="message">
              The error message that explains the reason for the exception.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidEditorException.#ctor(System.String,System.Exception)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidEditorException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.
        </summary>
      <param name="message">
              The error message that explains the reason for the exception.
            </param>
      <param name="inner">
              The exception that is the cause of the current exception, or null if no inner exception is specified.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidPropertyException">
      <summary>
          The exception that is thrown when the property name specified as a parameter of the <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.GetProperty(System.String)" /> method is not valid.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidPropertyException.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidPropertyException" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidPropertyException.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidPropertyException" /> class with a specified error message.
        </summary>
      <param name="message">
              The error message that explains the reason for the exception.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidPropertyException.#ctor(System.String,System.Exception)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidPropertyException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.
        </summary>
      <param name="message">
              The error message that explains the reason for the exception.
            </param>
      <param name="inner">
              The exception that is the cause of the current exception, or null if no inner exception is specified.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.IVstaUpgradeHelper">
      <summary>
          Defines methods and properties to use to upgrade a Visual Studio 2005 Tools for Applications add-in project to Microsoft Visual Studio Tools for Applications 2.0.
        </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.IVstaUpgradeHelper.AddedReferences">
      <summary>
          Gets a list of references that were added to the add-in project to convert the project to Microsoft Visual Studio Tools for Applications 2.0.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.IVstaUpgradeHelper.DebugInfoCommandLine">
      <summary>
          Gets the parameters to pass to the application that is started when debugging starts.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.IVstaUpgradeHelper.DebugInfoExeName">
      <summary>
          Gets the path of the application to run when debugging starts.
        </summary>
      <returns>
          The path of the application that is started for the debugging session.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.IVstaUpgradeHelper.IconImageList">
      <summary>
          Gets the path of a bitmap or DLL resource that defines the list of icons for the host application.
        </summary>
      <returns>
          The path of a bitmap or DLL resource that defines the list of icons for the host application.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.IVstaUpgradeHelper.InProcessHostGuid">
      <summary>
          Gets the <see cref="T:System.Guid" /> of the in-process host.
        </summary>
      <returns>
          The GUID of the in-process host.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.IVstaUpgradeHelper.RemovedReferences">
      <summary>
          Gets a list of references that were removed from the add-in project to convert the project to Microsoft Visual Studio Tools for Applications 2.0.
        </summary>
      <returns>
          A list of removed reference objects.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.IVstaUpgradeHelper.TemplatesPath">
      <summary>
          Gets the path of new Microsoft Visual Studio Tools for Applications 2.0 item templates.
        </summary>
      <returns>
          The path of new Microsoft Visual Studio Tools for Applications 2.0 item templates.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.IVstaUpgradeHelper.UpdateBaseType(System.String)">
      <summary>
          Returns the new base proxy class and base Visual Studio Tools for Applications runtime interface that correspond to the old proxy base class.
        </summary>
      <returns>
          Base class and base interface information for the new version of Visual Studio Tools for Applications.
        </returns>
      <param name="oldBaseType">
              The base class of the host application or host item in the previous version of.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ParseException">
      <summary>
          The exception that is thrown when the integrated development environment is unable to parse code that is written by the <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.AddMethod(System.CodeDom.CodeMemberMethod)" /> or <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.AddEventHandler(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression,System.CodeDom.CodeMemberMethod)" /> methods.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ParseException.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ParseException" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ParseException.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ParseException" /> class with a specified error message.
        </summary>
      <param name="message">
              The error message that explains the reason for the exception.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ParseException.#ctor(System.String,System.Exception)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ParseException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.
        </summary>
      <param name="message">
              The error message that explains the reason for the exception.
            </param>
      <param name="inner">
              The exception that is the cause of the current exception, or null if no inner exception is specified.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectClosingEventArgs">
      <summary>
          Provides data for the <see cref="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.ProjectClosing" /> event.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectClosingEventArgs.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectClosingEventArgs" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectClosingEventArgs.#ctor(System.Boolean)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectClosingEventArgs" /> class with a value that indicates whether the user canceled the closing of the project.
        </summary>
      <param name="cancel">
              
                true to indicate that the user canceled closing the project; otherwise, false.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectClosingEventArgs.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#ICancelEventArgs#Cancel"></member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectClosingEventHandler">
      <summary>
          Represents the method that will handle the <see cref="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.ProjectClosing" /> event.
        </summary>
      <param name="sender">
              The source of the event.
            </param>
      <param name="eventArguments">
              The event data.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem">
      <summary>
          Represents the host item in the Visual Studio Tools for Applications project, which appears as a code file in Project Explorer.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.AddEventHandler(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression,System.CodeDom.CodeMemberMethod)">
      <summary>
          Adds an event handler to the host item's code file. 
        </summary>
      <param name="target">
              The source of the event—for example, Me.Button.
            </param>
      <param name="eventName">
              The name of the event that was raised by <paramref name="target" />—for example, Click.
            </param>
      <param name="listener">
              The code needed to create the method that handles the event. Typically, this is an instance of <see cref="T:System.CodeDom.CodeDelegateCreateExpression" />.
            </param>
      <param name="method">
              The method to add.
            </param>
      <exception cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ParseException">
              The InternalStartup method of the host item's code file is not public.
            </exception>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.AddMethod(System.CodeDom.CodeMemberMethod)">
      <summary>
          Adds a method to the host item's code file.
        </summary>
      <param name="method">
              The method to add.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.BlueprintFilePath">
      <summary>
          Gets the full file path of the blueprint XML file for the host item.
        </summary>
      <returns>
          The full file path of the blueprint XML file for the host item.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.CodeFilePath">
      <summary>
          Gets the full file path of the code file for the host item.
        </summary>
      <returns>
          The full file path of the code file for the host item.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.Dispose">
      <summary>
          Releases the resources used by the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem" />.
        </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.FullyQualifiedNamespace">
      <summary>
          Gets the fully qualified namespace of the project host item.
        </summary>
      <returns>
          The fully qualified namespace of the project host item.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.IsEventHandled(System.CodeDom.CodeExpression,System.String,System.String@)">
      <summary>
          Returns a value that indicates whether the specified event is handled in the user code file.
        </summary>
      <returns>
          
            true if the event is handled; otherwise, false.
        </returns>
      <param name="target">
              The source of the event.
            </param>
      <param name="eventName">
              The name of the event.
            </param>
      <param name="handlerName">
              When this method returns, <paramref name="handlerName" /> contains the name of the event handler. If there are multiple event handlers, the name of the first one encountered is returned. This parameter is passed uninitialized.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.Microsoft#VisualStudio#Tools#Applications#DesignTime#Internal#IVstaCallback#Execute">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItem#AddEventHandler(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression,System.CodeDom.CodeMemberMethod)">
      <summary>
          For a description of this member, see <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.AddEventHandler(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression,System.CodeDom.CodeMemberMethod)" />.
        </summary>
      <param name="target">
            </param>
      <param name="eventName">
            </param>
      <param name="listener">
            </param>
      <param name="method">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItem#AddMethod(System.CodeDom.CodeMemberMethod)">
      <summary>
          For a description of this member, see <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.AddMethod(System.CodeDom.CodeMemberMethod)" />.
        </summary>
      <param name="method">
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItem#BlueprintFilePath">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.BlueprintFilePath" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItem#CodeFilePath">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.CodeFilePath" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItem#FullyQualifiedNamespace">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.FullyQualifiedNamespace" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItem#IsEventHandled(System.CodeDom.CodeExpression,System.String,System.String@)">
      <summary>
          For a description of this member, see <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.IsEventHandled(System.CodeDom.CodeExpression,System.String,System.String@)" />.
        </summary>
      <returns>
        </returns>
      <param name="target">
            </param>
      <param name="eventName">
            </param>
      <param name="handlerName">
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItem#Parent">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.Parent" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItem#ProgrammingModelHostItem">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.ProgrammingModelHostItem" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.Parent">
      <summary>
          Gets or sets the parent of the project host item, which is the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter" />.
        </summary>
      <returns>
          The parent of the project host item as the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter" />.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem.ProgrammingModelHostItem">
      <summary>
          Gets an <see cref="T:Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop.IVstaHostItem" /> that enables you to set identifiers, to access host objects and other properties such as the cookie and display name, and to raise events.
        </summary>
      <returns>
          The programming model host item.
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection">
      <summary>
          Represents a collection of <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem" /> objects in the Visual Studio Tools for Applications project.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.AddProjectHostItem(System.String,System.String,System.String,System.String,System.String)">
      <summary>
          Adds a new host item to the project based on the specified host item information, and generates code for the new host item.
        </summary>
      <returns>
          The new host item object that was added to the project.
        </returns>
      <param name="name">
              The identifier of the host item to add.
            </param>
      <param name="baseType">
              The fully qualified name of the base proxy class of the host item.
            </param>
      <param name="interfaceType">
              The fully qualified name of the Visual Studio Tools for Applications base runtime interface.
            </param>
      <param name="cookie">
              A name that identifies a unique instance of a project host item.
            </param>
      <param name="templatePath">
              The full path of the host item template file excluding the file name extension.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" />, <paramref name="baseType" />, <paramref name="interfaceType" />, or <paramref name="templatePath" /> parameters are null or empty strings, or the <paramref name="cookie" /> parameter is null.
            </exception>
      <exception cref="T:System.ArgumentException">
              The host item name represented by the <paramref name="name" /> parameter already exists or is invalid, or the <paramref name="baseType" /> or <paramref name="interfaceType" /> is not a valid fully qualified name.
            </exception>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.AddProjectHostItem(System.String,System.String,System.String,System.String,System.String,System.Boolean)">
      <summary>
          Adds a new host item to the project based on the specified host item information, and optionally generates code for the new host item.
        </summary>
      <returns>
          The new host item object that was added to the project.
        </returns>
      <param name="name">
              The identifier of the host item to add.
            </param>
      <param name="baseType">
              The fully qualified name of the base proxy class of the host item.
            </param>
      <param name="interfaceType">
              The fully qualified name of the Visual Studio Tools for Applications base runtime interface type.
            </param>
      <param name="cookie">
              The string value that uniquely identifies a specific instance of the host item to add.
            </param>
      <param name="templatePath">
              The full path of the host item template file excluding the file name extension.
            </param>
      <param name="generateCode">
              
                true to auto-generate code in the designer code file for the new host item; false to not generate any code.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" />, <paramref name="baseType" />, <paramref name="interfaceType" />, or <paramref name="templatePath" /> parameters are null or empty strings, or the <paramref name="cookie" /> parameter is null.
            </exception>
      <exception cref="T:System.ArgumentException">
              The host item name represented by the <paramref name="name" /> parameter already exists or is invalid, or the <paramref name="baseType" /> or <paramref name="interfaceType" /> is not a valid fully qualified name.
            </exception>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.CopyTo(System.Array,System.Int32)">
      <summary>
          Copies the current host item collection starting at the specified index to the specified array.
        </summary>
      <param name="array">
              The array to copy the host items to.
            </param>
      <param name="index">
              The starting index in the collection where to start copying the items.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.Count">
      <summary>
          Gets the number of host items in the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection" />.
        </summary>
      <returns>
          The number of host items in the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection" />.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.Dispose">
      <summary>
          Releases the resources used by the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection" />.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.GetEnumerator">
      <summary>
          Returns an enumerator for items in the collection.
        </summary>
      <returns>
          An enumerator object for items in the collection.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.IsSynchronized">
      <summary>
          Gets a value that indicates whether access to the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection" /> is synchronized (thread safe). This property returns false in all cases.
        </summary>
      <returns>
          
            false in all cases.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.Item(System.Int32)">
      <summary>
          Gets the project host item at the specified index in the collection.
        </summary>
      <returns>
          The project host item at the specified index in the collection.
        </returns>
      <param name="index">
              The location of a host item in the collection.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.Item(System.String)">
      <summary>
          Gets the project host item that has a specified name.
        </summary>
      <returns>
          The project host item that has the specified name.
        </returns>
      <param name="cookie">
              A name that identifies a unique instance of a project host item.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItemCollection#AddProjectHostItem(System.String,System.String,System.String,System.String,System.String)">
      <summary>
          For a description of this member, see <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.AddProjectHostItem(System.String,System.String,System.String,System.String,System.String)" />.
        </summary>
      <returns>
        </returns>
      <param name="name">
            </param>
      <param name="baseType">
            </param>
      <param name="interfaceType">
            </param>
      <param name="cookie">
            </param>
      <param name="templatePath">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItemCollection#AddProjectHostItem(System.String,System.String,System.String,System.String,System.String,System.Boolean)">
      <summary>
          For a description of this member, see <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.AddProjectHostItem(System.String,System.String,System.String,System.String,System.String,System.Boolean)" />.
        </summary>
      <returns>
        </returns>
      <param name="name">
            </param>
      <param name="baseType">
            </param>
      <param name="interfaceType">
            </param>
      <param name="cookie">
            </param>
      <param name="templatePath">
            </param>
      <param name="generateCode">
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItemCollection#Count">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.Count" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItemCollection#GetEnumerator">
      <summary>
          For a description of this member, see <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.GetEnumerator" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItemCollection#Item(System.Int32)">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.Item(System.Int32)" />.
        </summary>
      <returns>
          This member is an explicit interface implementation. It can be used only when the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection" /> instance is cast to an <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection" /> interface.
        </returns>
      <param name="index">
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItemCollection#Item(System.String)">
      <summary>
          For a description of this member, see <see cref="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.Item(System.String)" />.
        </summary>
      <returns>
        </returns>
      <param name="cookie">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.Microsoft#VisualStudio#Tools#Applications#DesignTime#Interop#IVstaProjectHostItemCollection#RemoveProjectHostItem(Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem)">
      <summary>
          For a description of this member, see <see cref="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.RemoveProjectHostItem(Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem)" />.
        </summary>
      <param name="projectHostItem">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.RemoveProjectHostItem(Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem)">
      <summary>
          Removes the specified host item from the project and releases resources associated with the host item.
        </summary>
      <param name="projectHostItem">
              The host item to remove.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.SyncRoot">
      <summary>
          An implementation of <see cref="P:System.Collections.ICollection.SyncRoot" /> that returns null.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection.System#Collections#IEnumerable#GetEnumerator">
      <summary>
          For a description of this member, see <see cref="M:System.Collections.IEnumerable.GetEnumerator" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemEnumerator">
      <summary>
          Iterates through a <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection" />.
        </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemEnumerator.Current">
      <summary>
          Gets the current <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem" /> in the project.
        </summary>
      <returns>
          The current host item in the project.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemEnumerator.Dispose">
      <summary>
          Releases the resources used by the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemEnumerator" />.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemEnumerator.MoveNext">
      <summary>
          Advances the enumerator index to the next <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem" /> in the collection.
        </summary>
      <returns>
          
            false if the enumerator index is located after the last item in the collection; otherwise, true.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemEnumerator.Reset">
      <summary>
          Sets the enumerator to its initial position, which is before the first <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItem" /> in the collection.
        </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemEnumerator.System#Collections#IEnumerator#Current">
      <summary>
          For a description of this member, see <see cref="P:System.Collections.IEnumerator.Current" />.
        </summary>
      <returns>
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.RemovedReference">
      <summary>
          Represents a reference that was removed from a Visual Studio Tools for Applications add-in project.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.RemovedReference.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.RemovedReference" /> class.
        </summary>
      <param name="reference">
              The name of the reference that was removed from the project.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.RemovedReference.Reference">
      <summary>
          Gets the name of the reference that was removed from the project.
        </summary>
      <returns>
          The name of the reference that was removed from the project.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.RemovedReference.ToString">
      <summary>
          Gets a string representation of <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.RemovedReference" />.
        </summary>
      <returns>
          A string representation of <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.RemovedReference" />.
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.UpdatedBaseType">
      <summary>
          Represents the new base host proxy class and new base Visual Studio Tools for Applications runtime interface used for upgrading a Visual Studio Tools for Applications project to the current version.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.UpdatedBaseType.#ctor(System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.UpdatedBaseType" /> class.
        </summary>
      <param name="baseType">
              The fully qualified name of the new base host proxy class that the add-in derives from.
            </param>
      <param name="baseInterfaceType">
              The fully qualified name of the new base Visual Studio Tools for Applications runtime interface that the add-in derives from.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.UpdatedBaseType.BaseInterfaceType">
      <summary>
          Gets the fully qualified name of the base Visual Studio Tools for Applications interface that the add-in derives from.
        </summary>
      <returns>
          The fully qualified name of the base Visual Studio Tools for Applications interface that the add-in derives from.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.UpdatedBaseType.BaseType">
      <summary>
          Gets the fully qualified name of the base host proxy class that the add-in derives from.
        </summary>
      <returns>
          The fully qualified name of the base host proxy class that the add-in derives from.
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.VstaUpgradeHelperException">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.VstaUpgradeHelperException.#ctor">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.VstaUpgradeHelperException.#ctor(System.String)">
      <summary>
        </summary>
      <param name="message">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.VstaUpgradeHelperException.#ctor(System.String,System.Exception)">
      <summary>
        </summary>
      <param name="message">
            </param>
      <param name="inner">
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IHostItemRemoved">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IHostItemRemoved.HostItemRemoved(System.String)">
      <summary>
        </summary>
      <param name="itemPath">
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaCallback">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaCallback.Execute">
      <summary>
        </summary>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaHostAdapterInternal">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaHostAdapterInternal.GetHostPropertyXml">
      <summary>
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaHostAdapterInternal.HostItemTypeGuid">
      <summary>
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaHostAdapterInternal.HostPropertiesDirty">
      <summary>
        </summary>
      <returns>
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaHostAdapterInternal.Init(System.String,System.String,Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectClientInternal,EnvDTE.DTE,EnvDTE.Project,System.String)">
      <summary>
        </summary>
      <param name="iphAssembly">
            </param>
      <param name="iphClassName">
            </param>
      <param name="projectClient">
            </param>
      <param name="dte">
            </param>
      <param name="project">
            </param>
      <param name="hostPropertiesXml">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaHostAdapterInternal.OnActivateItem(System.String)">
      <summary>
        </summary>
      <returns>
        </returns>
      <param name="itemMoniker">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaHostAdapterInternal.OnAfterDocumentSaved(System.String)">
      <summary>
        </summary>
      <param name="moniker">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaHostAdapterInternal.OnProjectClosing">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaHostAdapterInternal.OnProjectCreated">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaHostAdapterInternal.SetHostPropertyXml(System.String)">
      <summary>
        </summary>
      <param name="props">
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectClientInternal">
      <summary>
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectClientInternal.AddHostItemRemoved(Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IHostItemRemoved)">
      <summary>
        </summary>
      <returns>
        </returns>
      <param name="sink">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectClientInternal.GetDebugInfo(System.String@,System.String@,System.String@)">
      <summary>
        </summary>
      <param name="exePath">
            </param>
      <param name="commandLine">
            </param>
      <param name="workingDir">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectClientInternal.GetExtensibleItem(System.Int32)">
      <summary>
        </summary>
      <returns>
        </returns>
      <param name="index">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectClientInternal.GetExtensibleItemsCount">
      <summary>
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectClientInternal.HostIdentifier">
      <summary>
        </summary>
      <returns>
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectClientInternal.InvokeCallback(Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaCallback)">
      <summary>
        </summary>
      <param name="callback">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectClientInternal.RemoveHostItemRemoved(System.UInt32)">
      <summary>
        </summary>
      <param name="cookie">
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectClientInternal.SetDebugInfo(System.String,System.String,System.String)">
      <summary>
        </summary>
      <param name="exePath">
            </param>
      <param name="commandLine">
            </param>
      <param name="workingDir">
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectExtensibleItemInternal">
      <summary>
        </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectExtensibleItemInternal.BlueprintFilePath">
      <summary>
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectExtensibleItemInternal.BlueprintObject">
      <summary>
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectExtensibleItemInternal.FilePath">
      <summary>
        </summary>
      <returns>
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal.IVstaProjectExtensibleItemInternal.ItemDisplayName">
      <summary>
        </summary>
      <returns>
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IActivateEventArgs">
      <summary>
          Defines an interface that corresponds to the event data of the <see cref="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.ActivateProjectHostItem" /> event and that enables the COM host application to consume the event.
        </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IActivateEventArgs.Handled">
      <summary>
          Gets or sets a value that indicates whether the event is handled.
        </summary>
      <returns>
          A value that indicates whether the event is handled.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IActivateEventArgs.Moniker">
      <summary>
          Gets the full file path of the host item that was activated.
        </summary>
      <returns>
          The full file path of the host item that was activated.
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.ICancelEventArgs">
      <summary>
          Defines an interface that corresponds to the event data of an event that indicates a cancellation or a closing operation.
        </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.ICancelEventArgs.Cancel">
      <summary>
          Gets or sets a value that indicates whether an operation was canceled.
        </summary>
      <returns>
          
            true if an operation was canceled; otherwise, false.
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IDocumentSavedEventArgs">
      <summary>
          Defines an interface that corresponds to the event data of the <see cref="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.HostAdapter.DocumentSaved" /> event and that enables the COM host application to consume the event.
        </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IDocumentSavedEventArgs.Moniker">
      <summary>
          Gets the full file path of the document.
        </summary>
      <returns>
          The full file path of the document.
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter">
      <summary>
          Provides a COM-visible interface for accessing a Visual Studio Tools for Applications host adapter. It extends the Visual Studio object model for Visual Studio Tools for Applications projects and enables the host application to access and customize the Visual Studio Tools for Applications project.
        </summary>
    </member>
    <member name="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.ActivateProjectHostItem">
      <summary>
          Occurs when a host item is activated.
        </summary>
    </member>
    <member name="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.DocumentSaved">
      <summary>
          Occurs when a project document is saved.
        </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.DTE">
      <summary>
          Gets a reference to the <see cref="T:EnvDTE.DTE" /> of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter" />.
        </summary>
      <returns>
          The <see cref="T:EnvDTE.DTE" /> of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter" />.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.GetDebugInfo(System.String@,System.String@,System.String@)">
      <summary>
          Returns the specified debugging information from the project properties.
        </summary>
      <param name="exePath">
              When this method returns, <paramref name="exePath" /> contains the full path of the application to run when the debugging session starts. This parameter is passed uninitialized.
            </param>
      <param name="commandLine">
              When this method returns, <paramref name="commandLine" /> contains the parameters to pass to the target application. This parameter is passed uninitialized.
            </param>
      <param name="workingDir">
              When this method returns, <paramref name="workingDir" /> contains the working directory of the target application. This parameter is passed uninitialized.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.GetProperty(System.String)">
      <summary>
          Returns the value of the specified property.
        </summary>
      <returns>
          The value of the specified property.
        </returns>
      <param name="name">
              The name of the property for which you want the value.
            </param>
      <exception cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.InvalidPropertyException">
              The property name is not valid.
            </exception>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.HostIdentifier">
      <summary>
          Gets the unique identifier for the host application.
        </summary>
      <returns>
          The unique identifier for the host application.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.IdentifierUtility">
      <summary>
          Gets the identifier utility object.
        </summary>
      <returns>
          The identifier utility object.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.Language">
      <summary>
          Gets the programming language of the project.
        </summary>
      <returns>
          The programming language of the project.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.Project">
      <summary>
          Gets a <see cref="T:EnvDTE.Project" /> that is associated with the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter" />.
        </summary>
      <returns>
          A <see cref="T:EnvDTE.Project" /> that is associated with the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter" />.
        </returns>
    </member>
    <member name="E:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.ProjectClosing">
      <summary>
          Occurs when the project is closing.
        </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.ProjectDirectory">
      <summary>
          Gets the full path of the project directory.
        </summary>
      <returns>
          The full path of the project directory.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.ProjectHostItems">
      <summary>
          Gets an <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection" /> object that contains the host items.
        </summary>
      <returns>
          A collection of <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem" /> objects.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.ReservedIdentifiers(System.String)">
      <summary>
          Returns a collection of reserved identifiers.
        </summary>
      <returns>
          A collection of reserved identifiers.
        </returns>
      <param name="baseType">
              The base type of the reserved identifiers.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.SetDebugInfo(System.String,System.String,System.String)">
      <summary>
          Sets the specified debugging information for the project.
        </summary>
      <param name="exePath">
              The full path of the application to run when the debugging session starts.
            </param>
      <param name="commandLine">
              The parameters to pass to the target application.
            </param>
      <param name="workingDir">
              The working directory of the target application.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter.SetProperty(System.String,System.String)">
      <summary>
          Sets the value of the specified property or creates the property if it does not exist.
        </summary>
      <param name="name">
              The name of the property.
            </param>
      <param name="value">
              The value of the property.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapterEvents">
      <summary>
          Provides a COM-visible interface that defines event handlers that the COM host application can implement to consume Visual Studio Tools for Applications host adapter events.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapterEvents.ActivateProjectHostItem(System.Object,Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IActivateEventArgs)">
      <summary>
          Event handler that is called when the host item is activated in a Visual Studio Tools for Applications project.
        </summary>
      <param name="sender">
              The source of the event.
            </param>
      <param name="e">
              The event data.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapterEvents.DocumentSaved(System.Object,Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IDocumentSavedEventArgs)">
      <summary>
          Event handler that is called when you save a document in a Visual Studio Tools for Applications project.
        </summary>
      <param name="sender">
              The source of the event.
            </param>
      <param name="e">
              The event data.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapterEvents.ProjectClosing(System.Object,Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.ICancelEventArgs)">
      <summary>
          Event handler that is called when you close a Visual Studio Tools for Applications project.
        </summary>
      <param name="sender">
              The source of the event.
            </param>
      <param name="e">
              The event data.
            </param>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem">
      <summary>
          Defines a COM-visible interface for accessing a host item in the Visual Studio Tools for Applications project, which appears as a code file in Project Explorer.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.AddEventHandler(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression,System.CodeDom.CodeMemberMethod)">
      <summary>
          Adds an event handler to the host item's code file. 
        </summary>
      <param name="target">
              The source of the event—for example, Me.Button.
            </param>
      <param name="eventName">
              The name of the event that was raised by <paramref name="target" />—for example, Click.
            </param>
      <param name="listener">
              The code needed to create the method that handles the event. Typically, this is an instance of <see cref="T:System.CodeDom.CodeDelegateCreateExpression" />.
            </param>
      <param name="method">
              The method to add.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.AddMethod(System.CodeDom.CodeMemberMethod)">
      <summary>
          Adds a method to the host item's code file.
        </summary>
      <param name="method">
              The method to add.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.BlueprintFilePath">
      <summary>
          Gets the full file path of the blueprint XML file for the host item.
        </summary>
      <returns>
          The full file path of the blueprint XML file for the host item.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.CodeFilePath">
      <summary>
          Gets the full file path of the code file for the host item.
        </summary>
      <returns>
          The full file path of the code file for the host item.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.FullyQualifiedNamespace">
      <summary>
          Gets the fully qualified namespace of the project host item.
        </summary>
      <returns>
          The fully qualified namespace of the project host item.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.IsEventHandled(System.CodeDom.CodeExpression,System.String,System.String@)">
      <summary>
          Returns a value that indicates whether the specified event is handled in the user code file.
        </summary>
      <returns>
          
            true if the event is handled; otherwise, false.
        </returns>
      <param name="target">
              The source of the event.
            </param>
      <param name="eventName">
              The name of the event.
            </param>
      <param name="handlerName">
              When this method returns, <paramref name="handlerName" /> contains the name of the event handler. If there are multiple event handlers, the name of the first one encountered is returned. This parameter is passed uninitialized.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.Parent">
      <summary>
          Gets or sets the parent of the project host item, which is the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter" />.
        </summary>
      <returns>
          The parent of the project host item as the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaHostAdapter" />.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem.ProgrammingModelHostItem">
      <summary>
          Gets an <see cref="T:Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop.IVstaHostItem" /> that enables you to set identifiers, to access host objects and other properties such as the cookie and display name, and to raise events.
        </summary>
      <returns>
          The programming model host item.
        </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection">
      <summary>
          Defines a COM-visible interface for accessing a collection of host items.
        </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.AddProjectHostItem(System.String,System.String,System.String,System.String,System.String)">
      <summary>
          Adds a new host item to the project based on the specified host item information, and generates code for the new host item.
        </summary>
      <returns>
          The new host item object that was added to the project.
        </returns>
      <param name="name">
              The identifier of the host item to add.
            </param>
      <param name="baseType">
              The fully qualified name of the base proxy class of the host item.
            </param>
      <param name="interfaceType">
              The fully qualified name of the Visual Studio Tools for Applications base runtime interface.
            </param>
      <param name="cookie">
              The name that identifies a unique instance of a project host item.
            </param>
      <param name="templatePath">
              The full path of the host item template file excluding the file name extension.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.AddProjectHostItem(System.String,System.String,System.String,System.String,System.String,System.Boolean)">
      <summary>
          Adds a new host item to the project based on the specified host item information, and optionally generates code for the new host item.
        </summary>
      <returns>
          The new host item object that was added to the project.
        </returns>
      <param name="name">
              The identifier of the host item to add.
            </param>
      <param name="baseType">
              The fully qualified name of the base proxy class of the host item.
            </param>
      <param name="interfaceType">
              The fully qualified name of the Visual Studio Tools for Applications base runtime interface type.
            </param>
      <param name="cookie">
              The name that identifies a unique instance of a project host item.
            </param>
      <param name="templatePath">
              The full path of the host item template file excluding the file name extension.
            </param>
      <param name="generateCode">
              
                true to auto-generate code in the designer code file for the new host item; false to not generate any code.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.Count">
      <summary>
          Gets the number of host items in the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection" />.
        </summary>
      <returns>
          The number of host items in the <see cref="T:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection" />.
        </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.GetEnumerator">
      <summary>
          Returns an enumerator for items in the collection.
        </summary>
      <returns>
          An enumerator object for items in the collection.
        </returns>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.Item(System.Int32)">
      <summary>
          Gets the project host item at the specified index in the collection.
        </summary>
      <returns>
          The project host item at the specified index in the collection.
        </returns>
      <param name="index">
              The location of a host item in the collection.
            </param>
    </member>
    <member name="P:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.Item(System.String)">
      <summary>
          Gets the project host item that has a specified name.
        </summary>
      <returns>
          The project host item that has the specified name.
        </returns>
      <param name="cookie">
              A name that identifies a unique instance of a project host item.
            </param>
    </member>
    <member name="M:Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItemCollection.RemoveProjectHostItem(Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem)">
      <summary>
          Removes the specified host item from the project and releases resources associated with the host item.
        </summary>
      <param name="projectHostItem">
              The host item to remove.
            </param>
    </member>
  </members>
</doc>