ProjectHostItem.IVstaCallback.Execute 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
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Private Sub Execute Implements IVstaCallback.Execute
'Usage
Dim instance As ProjectHostItem 

CType(instance, IVstaCallback).Execute()
void IVstaCallback.Execute()
private:
virtual void Execute() sealed = IVstaCallback::Execute
JScript does not support explicit interface implementations.

Implements

IVstaCallback.Execute()

.NET Framework Security

See Also

Reference

ProjectHostItem Class

ProjectHostItem Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace