Méthode ExtensionMethods.IsOpen
Détermine si le type spécifié est ouvert.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function IsOpen ( _
type As IEdmStructuredTypeReference _
) As Boolean
'Utilisation
Dim type As IEdmStructuredTypeReference
Dim returnValue As Boolean
returnValue = type.IsOpen()
public static bool IsOpen(
this IEdmStructuredTypeReference type
)
[ExtensionAttribute]
public:
static bool IsOpen(
IEdmStructuredTypeReference^ type
)
static member IsOpen :
type:IEdmStructuredTypeReference -> bool
public static function IsOpen(
type : IEdmStructuredTypeReference
) : boolean
Paramètres
- type
Type : Microsoft.Data.Edm.IEdmStructuredTypeReference
Référence à un type structuré.
Valeur de retour
Type : System.Boolean
true si le type spécifié est ouvert ; sinon, false.
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 IEdmStructuredTypeReference. 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).