View.Window Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une référence à la fenêtre associée à la vue.
public:
property Microsoft::Office::Interop::InfoPath::WindowObject ^ Window { Microsoft::Office::Interop::InfoPath::WindowObject ^ get(); };
public Microsoft.Office.Interop.InfoPath.WindowObject Window { get; }
member this.Window : Microsoft.Office.Interop.InfoPath.WindowObject
Public ReadOnly Property Window As WindowObject
Valeur de propriété
Exemples
Dans l'exemple suivant, la propriété Window de l'objet View est utilisée pour définir une référence au premier volet Office de la collection TaskPanes :
[C#]
TaskPane taskPane;
taskPane = thisXDocument.View.<span class="label">Window</span>.TaskPanes[0];
Remarques
L’objet WindowObject retourné représente la fenêtre Microsoft Office InfoPath 2003 actuellement active. Il est également accessible via la WindowsCollection collection.