ValueTypeConverter.GetProperties - Méthode
Renvoie les informations de propriétés.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Overridable Function GetProperties ( _
proxyContext As ProxyContext _
) As IEnumerable(Of PropertyInformation)
'Utilisation
Dim proxyContext As ProxyContext
Dim returnValue As IEnumerable(Of PropertyInformation)
returnValue = Me.GetProperties(proxyContext)
protected virtual IEnumerable<PropertyInformation> GetProperties(
ProxyContext proxyContext
)
Paramètres
proxyContext
Type : Microsoft.SharePoint.Client.ProxyContextLe contexte dans lequel la demande est traitée.
Valeur renvoyée
Type : System.Collections.Generic.IEnumerable<PropertyInformation>
Les valeurs de propriété.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Le paramètre proxyContext est une référence Null (Rien dans Visual Basic). |