TypeDescriptor.GetById, méthode (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets a type descriptor object given its ID.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Shared Function GetById ( _
id As UInteger _
) As TypeDescriptor
'Utilisation
Dim id As UInteger
Dim returnValue As TypeDescriptor
returnValue = TypeDescriptor.GetById(id)
public static TypeDescriptor GetById (
uint id
)
Paramètres
- id
The ID of the type descriptor.
Valeur de retour
A type descriptor object.
Voir aussi
Référence
TypeDescriptor, classe
Membres TypeDescriptor
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms