Partager via


MetadataObject.IsPrimitive, méthode (Microsoft.Office.Server.ApplicationRegistry.Administration)

Indicates whether the metadata object is of the specified primitive type.

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Protected Function IsPrimitive ( _
    type As Type _
) As Boolean
'Utilisation
Dim type As Type
Dim returnValue As Boolean

returnValue = Me.IsPrimitive(type)
protected bool IsPrimitive (
    Type type
)

Paramètres

  • type
    A primitive type.

Valeur de retour

true if the metadata object is of the specified primitive type; otherwise, false.

Voir aussi

Référence

MetadataObject, classe
Membres MetadataObject
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms