Partager via


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

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).

Voir aussi

Référence

ValueTypeConverter classe

ValueTypeConverter - Membres

Microsoft.SharePoint.Client - Espace de noms