Partager via


EnumeratorDataResponse.ElementData, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (dans Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntaxe

'Déclaration
Public Property ElementData As String()
    Get
    Set
public string[] ElementData { get; set; }
public:
property array<String^>^ ElementData {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member ElementData : string[] with get, set
function get ElementData () : String[]
function set ElementData (value : String[])

Valeur de propriété

Type : array<System.String[]
Retourne String.

Sécurité .NET Framework

Voir aussi

Référence

EnumeratorDataResponse Classe

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight, espace de noms