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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Office.Tools, espace de noms