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
name
Type : System.StringNom du descripteur de type.
level
Type : System.Int32Niveau du descripteur de type.
Valeur renvoyée
Type : Microsoft.SharePoint.BusinessData.Administration.TypeDescriptor
Un objet TypeDescriptor .
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.Administration - Espace de noms