Méthode ExtensionMethods.Properties
Obtient les propriétés du type spécifié.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function Properties ( _
type As IEdmStructuredType _
) As IEnumerable(Of IEdmProperty)
'Utilisation
Dim type As IEdmStructuredType
Dim returnValue As IEnumerable(Of IEdmProperty)
returnValue = type.Properties()
public static IEnumerable<IEdmProperty> Properties(
this IEdmStructuredType type
)
[ExtensionAttribute]
public:
static IEnumerable<IEdmProperty^>^ Properties(
IEdmStructuredType^ type
)
static member Properties :
type:IEdmStructuredType -> IEnumerable<IEdmProperty>
public static function Properties(
type : IEdmStructuredType
) : IEnumerable<IEdmProperty>
Paramètres
- type
Type : Microsoft.Data.Edm.IEdmStructuredType
Type structuré.
Valeur de retour
Type : System.Collections.Generic.IEnumerable<IEdmProperty>
Propriétés.
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 IEdmStructuredType. 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).