IWindowsMediaLibrarySharingDeviceProperties interface
The IWindowsMediaLibrarySharingDeviceProperties interface defines methods that provide access to the collection of all properties for an individual media device.
Members
The IWindowsMediaLibrarySharingDeviceProperties interface inherits from the IDispatch interface. IWindowsMediaLibrarySharingDeviceProperties also has these types of members:
Methods
The IWindowsMediaLibrarySharingDeviceProperties interface has these methods.
| Method | Description |
|---|---|
| get_Count |
Retrieves the number of properties associated with an individual media device. |
| get_Item |
Retrieves an IWindowsMediaLibrarySharingDeviceProperty interface that represents an individual property for a media device. |
| GetProperty |
Retrieves an IWindowsMediaLibrarySharingDeviceProperty interface that represents an individual property for a media device. |
Remarks
To obtain an IWindowsMediaLibrarySharingDeviceProperties interface, call the get_Properties method of the IWindowsMediaLibrarySharingDevice interface.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
DLL |
|
See also