SPFieldGeolocationValue-Konstruktor (String)
Initialisiert eine neue Instanz der Klasse SPFieldGeolocationValue basierend auf dem Wert des angegebenen Feldes.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
fieldValue As String _
)
'Usage
Dim fieldValue As String
Dim instance As New SPFieldGeolocationValue(fieldValue)
public SPFieldGeolocationValue(
string fieldValue
)
Parameter
fieldValue
Typ: System.StringDer Feldwert als Zeichenfolge im Format Well-Known Text, z. B. POINT(x y z m).
Siehe auch
Referenz
SPFieldGeolocationValue Klasse
SPFieldGeolocationValue-Member