HostAdapter.IVstaHostAdapterInternal.OnProjectCreated 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 OnProjectCreated Implements IVstaHostAdapterInternal.OnProjectCreated
'Usage
Dim instance As HostAdapter 

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

Implements

IVstaHostAdapterInternal.OnProjectCreated()

.NET Framework Security

See Also

Reference

HostAdapter Class

HostAdapter Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace