SPFieldGeolocation - Constructeur (SPFieldCollection, String)
Initialise une nouvelle instance de la classe SPFieldGeolocation en fonction de la collection de champ spécifié et le nom du champ.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
fields As SPFieldCollection, _
fieldName As String _
)
'Utilisation
Dim fields As SPFieldCollection
Dim fieldName As String
Dim instance As New SPFieldGeolocation(fields, _
fieldName)
public SPFieldGeolocation(
SPFieldCollection fields,
string fieldName
)
Paramètres
fields
Type : Microsoft.SharePoint.SPFieldCollectionLa collection de références de champ.
fieldName
Type : System.StringLe nom interne du champ.