Gets a property from the registry. See the DevicePropertyType enumeration for more information.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Object this[ DevicePropertyType devicePropertyType ] { get; }
Public ReadOnly Default Property Item ( _ devicePropertyType As DevicePropertyType _ ) As Object Get
public: property Object^ default[DevicePropertyType devicePropertyType] { Object^ get (DevicePropertyType devicePropertyType); }
Parameters
- devicePropertyType (DevicePropertyType)
- The name of the property to retrieve.
Return Value