Partager via


ClientCallableObjectFactoryMapAttribute - Constructeur

Initialise une nouvelle instance de la classe ClientCallableObjectFactoryMapAttribute .

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    factoryTypeId As String, _
    factoryType As Type _
)
'Utilisation
Dim factoryTypeId As String
Dim factoryType As Type

Dim instance As New ClientCallableObjectFactoryMapAttribute(factoryTypeId, _
    factoryType)
public ClientCallableObjectFactoryMapAttribute(
    string factoryTypeId,
    Type factoryType
)

Paramètres

  • factoryTypeId
    Type : System.String

    Un identificateur de protocole pour usine objet.

  • factoryType
    Type : System.Type

    Le type d'usine objet pouvant être appelé par client.

Voir aussi

Référence

ClientCallableObjectFactoryMapAttribute classe

ClientCallableObjectFactoryMapAttribute - Membres

Microsoft.SharePoint.Client - Espace de noms