SPFieldGeolocationValue - Constructeur (String)
Initialise une nouvelle instance de la classe SPFieldGeolocationValue en fonction de la valeur du champ spécifié.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
fieldValue As String _
)
'Utilisation
Dim fieldValue As String
Dim instance As New SPFieldGeolocationValue(fieldValue)
public SPFieldGeolocationValue(
string fieldValue
)
Paramètres
fieldValue
Type : System.StringLa valeur du champ sous la forme d'une chaîne au format de texte connus, par exemple, POINT(x y z m).
Voir aussi
Référence
SPFieldGeolocationValue classe
SPFieldGeolocationValue - Membres