HostObjectEnumerator.Current Property

Gets the current HostObject in the collection.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Public ReadOnly Property Current As IVstaHostObject
'Usage
Dim instance As HostObjectEnumerator 
Dim value As IVstaHostObject 

value = instance.Current
public IVstaHostObject Current { get; }
public:
property IVstaHostObject^ Current {
    IVstaHostObject^ get ();
}
public function get Current () : IVstaHostObject

Property Value

Type: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop.IVstaHostObject
The current HostObject.

.NET Framework Security

See Also

Reference

HostObjectEnumerator Class

HostObjectEnumerator Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace