Partager via


Méthode DeviceInfoCollection.Add (String, String)

Ajoute un objet DeviceInfo à la collection en utilisant le nom et la valeur spécifiés.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    name As String, _
    value As String _
)
'Utilisation
Dim instance As DeviceInfoCollection
Dim name As String
Dim value As String

instance.Add(name, value)
public void Add(
    string name,
    string value
)
public:
void Add(
    String^ name, 
    String^ value
)
member Add : 
        name:string * 
        value:string -> unit 
public function Add(
    name : String, 
    value : String
)

Paramètres

  • name
    Type : System.String
    Nom du paramètre d'informations relatives au périphérique.
  • value
    Type : System.String
    Valeur du paramètre d'informations relatives au périphérique.

Voir aussi

Référence

DeviceInfoCollection Classe

Surcharge Add

Espace de noms Microsoft.Reporting.WebForms