Feature.IsValueNull

Feature.IsValueNull method

Bestimmt, ob das angegebene Attribut explizit auf gesetzt wurdeNull wert.

public bool IsValueNull(string attributeName)
ParameterTypBeschreibung
attributeNameStringName des Attributs.

Rückgabewert

true wenn der Attributwert istNull ; ansonsten,false .

Ausnahmen

AusnahmeBedingung
InvalidOperationExceptionDas Attribut ist nicht gesperrt.
ArgumentExceptionDas Attribut mit diesem Namen ist in dieser Ebene nicht vorhanden.
ArgumentNullExceptionDer Attributname istNull.

Siehe auch