Share via


IVstaProjectClientInternal.AddHostItemRemoved 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
Function AddHostItemRemoved ( _
    sink As IHostItemRemoved _
) As UInteger
'Usage
Dim instance As IVstaProjectClientInternal 
Dim sink As IHostItemRemoved 
Dim returnValue As UInteger 

returnValue = instance.AddHostItemRemoved(sink)
uint AddHostItemRemoved(
    IHostItemRemoved sink
)
unsigned int AddHostItemRemoved(
    IHostItemRemoved^ sink
)
function AddHostItemRemoved(
    sink : IHostItemRemoved
) : uint

Parameters

Return Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

IVstaProjectClientInternal Interface

IVstaProjectClientInternal Members

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