Delen via


RemoteBindableComponent Constructor (2007 System)

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

Namespace:  Microsoft.VisualStudio.Tools.Office
Assembly:  Microsoft.Office.Tools.v9.0 (in Microsoft.Office.Tools.v9.0.dll)

Syntax

'Declaration
Protected Sub New
'Usage
Dim instance As New RemoteBindableComponent()
protected RemoteBindableComponent()
protected:
RemoteBindableComponent()
protected function RemoteBindableComponent()

Remarks

Do not use the RemoteBindableComponent constructor to create a new instance of the RemoteBindableComponent class. You can only obtain a RemoteBindableComponent by casting a host control in a document-level customization to a RemoteBindableComponent. For more information about host controls, see Host Items and Host Controls Overview.

.NET Framework Security

See Also

Reference

RemoteBindableComponent Class

RemoteBindableComponent Members

RemoteBindableComponent Overload

Microsoft.VisualStudio.Tools.Office Namespace

Other Resources

Host Items and Host Controls Overview