Partager via


View.GetType - Méthode (String)

Obtient le type du champ spécifié.

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

Syntaxe

'Déclaration
Public Function GetType ( _
    fieldDotNotation As String _
) As Type
'Utilisation
Dim instance As View
Dim fieldDotNotation As String
Dim returnValue As Type

returnValue = instance.GetType(fieldDotNotation)
public Type GetType(
    string fieldDotNotation
)

Paramètres

  • fieldDotNotation
    Type : System.String

    Le nom du champ dans la notation par points.

Valeur renvoyée

Type : System.Type
Le type du champ spécifié.

Implémentations

IView.GetType(String)

Remarques

Pour plus d'informations sur l'utilisation de notation par points, voir Using Dot Notation in the Business Data Connectivity (BDC) Service.

Voir aussi

Référence

View classe

View - Membres

GetType - Surcharge

Microsoft.SharePoint.BusinessData.MetadataModel - Espace de noms