| Visual Basic (Declaration) | |
|---|---|
Public Overloads MustOverride Function Remove( _ ByVal item As HardwareConfiguration _ ) As Boolean | |
| C# | |
|---|---|
public abstract bool Remove( HardwareConfiguration item ) | |
| C++/CLI | |
|---|---|
public: abstract bool Remove( HardwareConfiguration^ item ) | |
Parameters
- item
- The configuration to remove.
Return Value
True, if the configuration is removed.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)