SPCmdlet.GetPropV<S> - Méthode
Récupère la structure à partir de la propriété Fields qui est associée au nom de champ spécifié.
Espace de noms : Microsoft.SharePoint.PowerShell
Assembly : Microsoft.SharePoint.PowerShell (dans Microsoft.SharePoint.PowerShell.dll)
Syntaxe
'Déclaration
Protected Function GetPropV(Of S As {Structure, New}) ( _
fieldName As String _
) As S
'Utilisation
Dim fieldName As String
Dim returnValue As S
returnValue = Me.GetPropV(fieldName)
protected S GetPropV<S>(
string fieldName
)
where S : struct, new()
Paramètres de type
- S
Le type de la structure.
Paramètres
fieldName
Type : System.StringChaîne qui fournit le nom du champ.
Valeur renvoyée
Type : S
Une structure qui est un cast vers le type générique S et associée au nom de champ spécifié. Si aucun objet de ce type n'existe, cette méthode retourne la valeur null.