Sdílet prostřednictvím


ObjectPath.ContainsProperty(Object, String) Metoda

Definice

Zjistí, jestli u objektu existuje vlastnost.

public static bool ContainsProperty (object obj, string name);
static member ContainsProperty : obj * string -> bool
Public Shared Function ContainsProperty (obj As Object, name As String) As Boolean

Parametry

obj
Object

Objekt.

name
String

název vlastnosti.

Návraty

true, pokud se najde.

Platí pro