PropertyMap.Contains(String) Methode

Definition

Ruft einen Wert ab, der angibt, ob die angegebene Eigenschaft zugeordnet ist.

public:
 bool Contains(System::String ^ propertyName);
public bool Contains(string propertyName);
member this.Contains : string -> bool
Public Function Contains (propertyName As String) As Boolean

Parameter

propertyName
String

Der Name der eigenschaft, nach der gesucht werden soll.

Gibt zurück

true falls propertyName vorhanden in der Eigenschaftszuordnung; andernfalls false.

Gilt für:

Weitere Informationen