Partager via


ITestParameter.IsDataBound, propriété

Obtient ou définit une valeur qui indique si ce paramètre est lié dans le champ d'un groupe de données.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
Property IsDataBound As Boolean
bool IsDataBound { get; set; }
property bool IsDataBound {
    bool get ();
    void set (bool value);
}
abstract IsDataBound : bool with get, set
function get IsDataBound () : boolean 
function set IsDataBound (value : boolean)

Valeur de propriété

Type : Boolean
true True si le paramètre est lié à un champ d'un groupe de données ; sinon, false.

Exceptions

Exception Condition
InvalidOperationException

La valeur est true et une tentative d'affectation de la valeur a été effectuée.

Notes

Si true, l'obtention de la valeur retournera toujours nullune référence null (Nothing en Visual Basic) sans erreur.

Sécurité .NET Framework

Voir aussi

Référence

ITestParameter Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms