CIM_VideoBIOSFeatureVideoBIOSElements class

The CIM_VideoBIOSFeatureVideoBIOSElements class associates a video BIOS feature and its aggregated video BIOS elements.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[UUID("{B3F86390-DB37-11d2-85FC-0000F8102E5F}"), Abstract, AMENDMENT]
class CIM_VideoBIOSFeatureVideoBIOSElements : CIM_SoftwareFeatureSoftwareElements
{
  CIM_VideoBIOSElement REF PartComponent;
  CIM_VideoBIOSFeature REF GroupComponent;
};

Members

The CIM_VideoBIOSFeatureVideoBIOSElements class has these types of members:

Properties

The CIM_VideoBIOSFeatureVideoBIOSElements class has these properties.

GroupComponent

Data type: CIM_VideoBIOSFeature

Access type: Read-only

Qualifiers: Override ("GroupComponent")

A CIM_VideoBIOSFeature that describes the video BIOS feature.

PartComponent

Data type: CIM_VideoBIOSElement

Access type: Read-only

Qualifiers: Override ("PartComponent")

A CIM_VideoBIOSElement that describes the video BIOS element that implements the capabilities described by video BIOS feature.

Remarks

The CIM_VideoBIOSFeatureVideoBIOSElements class is derived from CIM_SoftwareFeatureSoftwareElements.

WMI does not implement this class.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_SoftwareFeatureSoftwareElements