EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

Module.GetField Method (String)

May 02, 2013

Returns the global field that has the specified name.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)
public FieldInfo GetField(
	string name
)

Parameters

name
Type: System.String
The name of the global field.

Return Value

Type: System.Reflection.FieldInfo
The global field that has the specified name, or null if the field does not exist.
ExceptionCondition
ArgumentNullException

The name parameter is null.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Cela vous a-t-il été utile ?
(1500 caractères restants)
© 2013 Microsoft. Tous droits réservés.