ODataExpandPath Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ODataExpandPath(ODataPathSegment[]) |
Crée un objet ODataPath à partir d'un segment unique |
ODataExpandPath(IEnumerable<ODataPathSegment>) |
Crée un objet ODataPath pour représenter un chemin d'accès sémantiquement |
ODataExpandPath(ODataPathSegment[])
Crée un objet ODataPath à partir d'un segment unique
public ODataExpandPath (params Microsoft.OData.UriParser.ODataPathSegment[] segments);
new Microsoft.OData.UriParser.ODataExpandPath : Microsoft.OData.UriParser.ODataPathSegment[] -> Microsoft.OData.UriParser.ODataExpandPath
Public Sub New (ParamArray segments As ODataPathSegment())
Paramètres
- segments
- ODataPathSegment[]
Liste des segments dans le chemin d'accès.
Exceptions
Levée si cette liste de segments ne correspond pas aux conditions requises pour $expand
S’applique à
ODataExpandPath(IEnumerable<ODataPathSegment>)
Crée un objet ODataPath pour représenter un chemin d'accès sémantiquement
public ODataExpandPath (System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.ODataPathSegment> segments);
new Microsoft.OData.UriParser.ODataExpandPath : seq<Microsoft.OData.UriParser.ODataPathSegment> -> Microsoft.OData.UriParser.ODataExpandPath
Public Sub New (segments As IEnumerable(Of ODataPathSegment))
Paramètres
- segments
- IEnumerable<ODataPathSegment>
Liste des segments dans le chemin d'accès.
Exceptions
Levée si cette liste de segments ne correspond pas aux conditions requises pour $expand