SelectExpandNode.GetStructuralProperties Méthode
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.
Attention
This public method is not used anymore. It will be removed later.
Séparez les propriétés structurelles en deux parties :
- Complexe et collection de complexe sont des propriétés structurelles imbriquées.
- D’autres sont des propriétés structurelles non imbriquées.
[System.Obsolete("This public method is not used anymore. It will be removed later.")]
public static void GetStructuralProperties (Microsoft.OData.Edm.IEdmStructuredType structuredType, System.Collections.Generic.HashSet<Microsoft.OData.Edm.IEdmStructuralProperty> structuralProperties, System.Collections.Generic.HashSet<Microsoft.OData.Edm.IEdmStructuralProperty> nestedStructuralProperties);
[<System.Obsolete("This public method is not used anymore. It will be removed later.")>]
static member GetStructuralProperties : Microsoft.OData.Edm.IEdmStructuredType * System.Collections.Generic.HashSet<Microsoft.OData.Edm.IEdmStructuralProperty> * System.Collections.Generic.HashSet<Microsoft.OData.Edm.IEdmStructuralProperty> -> unit
Public Shared Sub GetStructuralProperties (structuredType As IEdmStructuredType, structuralProperties As HashSet(Of IEdmStructuralProperty), nestedStructuralProperties As HashSet(Of IEdmStructuralProperty))
Paramètres
- structuredType
- IEdmStructuredType
Type structurel de la ressource.
- structuralProperties
- HashSet<IEdmStructuralProperty>
Propriétés structurelles non imbriquées du type structurel.
- nestedStructuralProperties
- HashSet<IEdmStructuralProperty>
Propriétés structurelles imbriquées du type structurel.
- Attributs