Compartilhar via


ClientAction construtor

Inicializa uma nova instância da classe ClientAction com o caminho do objeto especificado e o nome da ação. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)

Sintaxe

'Declaração
Protected Sub New ( _
    objectPath As ObjectPath, _
    name As String _
)
'Uso
Dim objectPath As ObjectPath
Dim name As String

Dim instance As New ClientAction(objectPath, _
    name)
protected ClientAction(
    ObjectPath objectPath,
    string name
)

Parâmetros

Ver também

Referência

ClientAction classe

ClientAction membros

Microsoft.SharePoint.Client namespace