Win32_ProgramGroupContents class
The Win32_ProgramGroupContents association WMI class relates a program group order and an individual program group or item contained in it.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
[Dynamic, Provider("CIMWin32"), UUID("{86E30E83-7DB2-11d2-90CB-0060081A46FD}"), AMENDMENT]
class Win32_ProgramGroupContents : CIM_Component
{
Win32_LogicalProgramGroup REF GroupComponent;
Win32_ProgramGroupOrItem REF PartComponent;
};
Members
The Win32_ProgramGroupContents class has these types of members:
Properties
The Win32_ProgramGroupContents class has these properties.
-
GroupComponent
-
-
Data type: Win32_LogicalProgramGroup
-
Access type: Read-only
-
Qualifiers: Key, Override ("GroupComponent"), MappingStrings ("WMI|Win32_LogicalProgramGroup")
Reference to the instance representing the logical program group for this association.
-
-
PartComponent
-
-
Data type: Win32_ProgramGroupOrItem
-
Access type: Read-only
-
Qualifiers: Key, Override ("PartComponent"), MappingStrings ("WMI|Win32_ProgramGroupOrItem")
Reference to the instance representing the Start menu group or item for this association.
-
Remarks
The Win32_ProgramGroupContents class is derived from CIM_Component.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|
See also