Share via


IVstaProjectClientInternal.RemoveHostItemRemoved Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Sub RemoveHostItemRemoved ( _
    cookie As UInteger _
)
'Usage
Dim instance As IVstaProjectClientInternal 
Dim cookie As UInteger

instance.RemoveHostItemRemoved(cookie)
void RemoveHostItemRemoved(
    uint cookie
)
void RemoveHostItemRemoved(
    unsigned int cookie
)
function RemoveHostItemRemoved(
    cookie : uint
)

Parameters

.NET Framework Security

See Also

Reference

IVstaProjectClientInternal Interface

IVstaProjectClientInternal Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal Namespace