Partager via


CustomTaskPane.Window, propriété

Obtient la fenêtre de document à laquelle est associé le volet Office personnalisé.

Espace de noms :  Microsoft.Office.Tools
Assembly :  Microsoft.Office.Tools.Common (dans Microsoft.Office.Tools.Common.dll)

Syntaxe

'Déclaration
ReadOnly Property Window As Object
Object Window { get; }

Valeur de propriété

Type : System.Object
Objet représentant la fenêtre de document à laquelle est associé le volet Office personnalisé.

Exceptions

Exception Condition
ObjectDisposedException

La méthode Dispose du CustomTaskPane a déjà été appelée.

Notes

Pour spécifier la fenêtre de document à laquelle est associé le volet de tâches personnalisé, utilisez le paramètre window de la méthode Add(UserControl, String, Object).

Le type de la propriété Window dépend de l'application.Le tableau suivant répertorie les types de paramètre window valides.

Application

Type de paramètre

Word

Microsoft.Office.Interop.Word.Window

Excel

Microsoft.Office.Interop.Excel.Window

PowerPoint

Microsoft.Office.Interop.PowerPoint.DocumentWindow

InfoPath

Microsoft.Office.Interop.InfoPath.WindowObject

Outlook

Microsoft.Office.Interop.Outlook.Explorer

ou

Microsoft.Office.Interop.Outlook.Inspector

Pour plus d'informations, consultez Volets de tâches personnalisés.

Sécurité .NET Framework

Voir aussi

Référence

CustomTaskPane Interface

Microsoft.Office.Tools, espace de noms

Autres ressources

Volets de tâches personnalisés