Partager via


Parameter.GetTypeDescriptorByNameAndLevel - Méthode

Obtient le descripteur de type en utilisant le nom et le niveau.

Espace de noms :  Microsoft.SharePoint.BusinessData.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function GetTypeDescriptorByNameAndLevel ( _
    name As String, _
    level As Integer _
) As TypeDescriptor
'Utilisation
Dim instance As Parameter
Dim name As String
Dim level As Integer
Dim returnValue As TypeDescriptor

returnValue = instance.GetTypeDescriptorByNameAndLevel(name, _
    level)
public TypeDescriptor GetTypeDescriptorByNameAndLevel(
    string name,
    int level
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.BusinessData.Administration.TypeDescriptor
Un objet TypeDescriptor .

Voir aussi

Référence

Parameter classe

Parameter - Membres

Microsoft.SharePoint.BusinessData.Administration - Espace de noms