IRunnableObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables a container to control the running of its embedded objects. For more information, see IRunnableObject.
public interface class IRunnableObject
public interface class IRunnableObject
__interface IRunnableObject
[System.Runtime.InteropServices.Guid("00000126-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IRunnableObject
[System.Runtime.InteropServices.Guid("00000126-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRunnableObject
[<System.Runtime.InteropServices.Guid("00000126-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IRunnableObject = interface
[<System.Runtime.InteropServices.Guid("00000126-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRunnableObject = interface
Public Interface IRunnableObject
- Attributes
Methods
GetRunningClass(Guid) | |
IsRunning() | |
LockRunning(Int32, Int32) | |
Run(IBindCtx) | |
SetContainedObject(Int32) |