IRunningObjectTable Interface
Manages access to the Running Object Table (ROT), a global look-up table. You can get an instance of the interface from the GetRunningObjectTable method. For more information, see IRunningObjectTable.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000010-0000-0000-C000-000000000046")> _
Public Interface IRunningObjectTable
'Utilisation
Dim instance As IRunningObjectTable
[InterfaceTypeAttribute()]
[GuidAttribute("00000010-0000-0000-C000-000000000046")]
public interface IRunningObjectTable
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000010-0000-0000-C000-000000000046")]
public interface class IRunningObjectTable
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000010-0000-0000-C000-000000000046")>]
type IRunningObjectTable = interface end
public interface IRunningObjectTable