ToolPane.ViewChangeEventArgs.View - Propriété
Obtient l'affichage vers lequel bascule le volet d'outils.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property View As ToolPane.ToolPaneView
Get
'Utilisation
Dim instance As ToolPane.ViewChangeEventArgs
Dim value As ToolPane.ToolPaneView
value = instance.View
public ToolPane.ToolPaneView View { get; }
Valeur de propriété
Type : Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView
L'affichage vers lequel bascule le volet d'outils.
Voir aussi
Référence
ToolPane.ViewChangeEventArgs classe