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
- cookie
Type: System.UInt32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVstaProjectClientInternal Interface
IVstaProjectClientInternal Members
Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal Namespace