Condividi tramite


SelectExpandNode.GetStructuralProperties Metodo

Definizione

Attenzione

This public method is not used anymore. It will be removed later.

Separare le proprietà strutturali in due parti:

  1. La complessità e la raccolta di complessi sono proprietà strutturali annidate.
  2. Altri sono proprietà strutturali non annidate.
[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))

Parametri

structuredType
IEdmStructuredType

Tipo strutturale della risorsa.

structuralProperties
HashSet<IEdmStructuralProperty>

Proprietà strutturali non annidate del tipo strutturale.

nestedStructuralProperties
HashSet<IEdmStructuralProperty>

Proprietà strutturali annidate del tipo strutturale.

Attributi

Si applica a