UserCustomAction.RegistrationType - Propriété
Gets or sets the value that specifies the type of object associated with the custom action.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property RegistrationType As UserCustomActionRegistrationType
Get
Set
'Utilisation
Dim instance As UserCustomAction
Dim value As UserCustomActionRegistrationType
value = instance.RegistrationType
instance.RegistrationType = value
public UserCustomActionRegistrationType RegistrationType { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.UserCustomActionRegistrationType
Returns a UserCustomActionRegistrationType instance representing the type of object associated with the custom action
Remarques
It must be List if the RegistrationId is a list identifier or list template. It must be ContentType if the RegistrationId is a content type identifier. It must be ProgID if the RegistrationId is a ProgID. It must be FileType if the RegistrationId is a file extension.