DeviceInfoCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class DeviceInfoCollection sealed : System::Collections::ObjectModel::KeyedCollection<System::String ^, Microsoft::Reporting::WebForms::DeviceInfo ^>
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public sealed class DeviceInfoCollection : System.Collections.ObjectModel.KeyedCollection<string,Microsoft.Reporting.WebForms.DeviceInfo>
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type DeviceInfoCollection = class
inherit KeyedCollection<string, DeviceInfo>
Public NotInheritable Class DeviceInfoCollection
Inherits KeyedCollection(Of String, DeviceInfo)
- 继承
-
DeviceInfoCollection
- 属性
方法
Add(String, String) |