Freigeben über


PropertyMap.Contains(String) Methode

Definition

Ruft einen Wert ab, der angibt, ob die entsprechende 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, wenn propertyName in der Eigenschaftenzuordnung vorhanden ist, andernfalls false.

Gilt für:

Weitere Informationen