IEnumSetupInstances 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.
An enumerator of installed ISetupInstance objects.
public interface class IEnumSetupInstances
public interface class IEnumSetupInstances
__interface IEnumSetupInstances
[System.Runtime.InteropServices.Guid("6380BCFF-41D3-4B2E-8B2E-BF8A6810C848")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumSetupInstances
[<System.Runtime.InteropServices.Guid("6380BCFF-41D3-4B2E-8B2E-BF8A6810C848")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumSetupInstances = interface
Public Interface IEnumSetupInstances
- Attributes
Methods
Clone() |
Creates a new enumeration object in the same state as the current enumeration object: the new object points to the same place in the enumeration sequence. |
Next(Int32, ISetupInstance[], Int32) |
Retrieves the next set of product instances in the enumeration sequence. |
Reset() |
Resets the enumeration sequence to the beginning. |
Skip(Int32) |
Skips the next set of product instances in the enumeration sequence. |