UserCustomAction.CommandUIExtension - Propriété
Gets or sets a value that specifies an implementation specific XML fragment that determines user interface properties of 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 CommandUIExtension As String
Get
Set
'Utilisation
Dim instance As UserCustomAction
Dim value As String
value = instance.CommandUIExtension
instance.CommandUIExtension = value
public string CommandUIExtension { get; set; }
Valeur de propriété
Type : System.String
Returns a Stringinstance representing the implementation specific XML fragment that determines user interface properties of the custom action.
Remarques
It must be an XML fragment.