public interface SWbemPropertySet extends ArrayView<SWbemProperty,SWbemPropertySet>
An SWbemPropertySet object is a collection of SWbemProperty objects. You can add items to the collection using the Add method, retrieve items from the collection using the Item method, and remove items from the collection using the Remove method. For more information, see Accessing a Collection.
This object cannot be created by the VBScript CreateObject call.
The SWbemProperty objects that make up an SWbemPropertySet collection are used to describe the properties of a single WMI class or instance.
Объект SWbemPropertySet - это набор объектов SWbemProperty. Вы можете добавлять элементы в коллекцию с помощью метода Add, извлекать элементы из коллекции с помощью метода Item и удалять элементы из коллекции с помощью метода Remove.
Для получения дополнительной информации см. Доступ к коллекции. Этот объект не может быть создан с помощью вызова VBScript CreateObject.
Объекты SWbemProperty, составляющие коллекцию SWbemPropertySet, используются для описания свойств одного класса или экземпляра WMI.
Copyright © 2020. All rights reserved.