Partager via


PropertyExpressionObservableCollection.Remove, méthode (String)

Supprimez PropertyExpression avec le nom de la collection.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (dans Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntaxe

'Déclaration
Public Function Remove ( _
    propertyName As String _
) As Boolean
public bool Remove(
    string propertyName
)
public:
bool Remove(
    String^ propertyName
)
member Remove : 
        propertyName:string -> bool
public function Remove(
    propertyName : String
) : boolean

Paramètres

  • propertyName
    Type : String

    Nom de la propriété à supprimer.

Valeur de retour

Type : Boolean

Sécurité .NET Framework

Voir aussi

Référence

PropertyExpressionObservableCollection Classe

Remove, surcharge

Microsoft.VisualStudio.TestTools.UITesting, espace de noms