Méthode ExtensionMethods.Atom (ODataFeed)
Détermine une méthode d'extension pour obtenir le AtomFeedMetadata d'un flux annotatable.
Espace de noms : Microsoft.Data.OData.Atom
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function Atom ( _
feed As ODataFeed _
) As AtomFeedMetadata
'Utilisation
Dim feed As ODataFeed
Dim returnValue As AtomFeedMetadata
returnValue = feed.Atom()
public static AtomFeedMetadata Atom(
this ODataFeed feed
)
[ExtensionAttribute]
public:
static AtomFeedMetadata^ Atom(
ODataFeed^ feed
)
static member Atom :
feed:ODataFeed -> AtomFeedMetadata
public static function Atom(
feed : ODataFeed
) : AtomFeedMetadata
Paramètres
- feed
Type : Microsoft.Data.OData.ODataFeed
Instance de flux depuis laquelle obtenir l'annotation.
Valeur de retour
Type : Microsoft.Data.OData.Atom.AtomFeedMetadata
Une instance de AtomFeedMetadata ou null si aucune annotation de ce type n'existe.
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 ODataFeed. 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).