ObjectPathStaticProperty - Constructeur
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public Sub New ( _
context As ClientRuntimeContext, _
typeId As String, _
propertyName As String _
)
'Utilisation
Dim context As ClientRuntimeContext
Dim typeId As String
Dim propertyName As String
Dim instance As New ObjectPathStaticProperty(context, _
typeId, propertyName)
public ObjectPathStaticProperty(
ClientRuntimeContext context,
string typeId,
string propertyName
)
Paramètres
- context
Type : Microsoft.SharePoint.Client.ClientRuntimeContext
- typeId
Type : System.String
- propertyName
Type : System.String
Voir aussi
Référence
ObjectPathStaticProperty classe