Méthode ExtensionMethods.FindProperty (IEdmStructuredTypeReference, String)
Recherche une propriété avec le type et le nom spécifiés.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function FindProperty ( _
type As IEdmStructuredTypeReference, _
name As String _
) As IEdmProperty
'Utilisation
Dim type As IEdmStructuredTypeReference
Dim name As String
Dim returnValue As IEdmProperty
returnValue = type.FindProperty(name)
public static IEdmProperty FindProperty(
this IEdmStructuredTypeReference type,
string name
)
[ExtensionAttribute]
public:
static IEdmProperty^ FindProperty(
IEdmStructuredTypeReference^ type,
String^ name
)
static member FindProperty :
type:IEdmStructuredTypeReference *
name:string -> IEdmProperty
public static function FindProperty(
type : IEdmStructuredTypeReference,
name : String
) : IEdmProperty
Paramètres
- type
Type : Microsoft.Data.Edm.IEdmStructuredTypeReference
Référence à un type structuré.
- name
Type : System.String
Nom de la propriété à rechercher.
Valeur de retour
Type : Microsoft.Data.Edm.IEdmProperty
Propriété, si elle est trouvée, sinon valeur nulle.
Remarque relative à l'utilisation
En Visual Basic et C#, vous pouvez appeler cette méthode comme méthode d'instance sur tout objet de type IEdmStructuredTypeReference. Lorsque vous utilisez la syntaxe de la méthode d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez https://msdn.microsoft.com/fr-fr/library/bb384936(v=vs.103) ou https://msdn.microsoft.com/fr-fr/library/bb383977(v=vs.103).