_Global.ActiveProtectedViewWindow 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 un ProtectedViewWindow objet qui représente la fenêtre en mode protégé active (fenêtre en mode protégé avec le focus).
public:
property Microsoft::Office::Interop::Word::ProtectedViewWindow ^ ActiveProtectedViewWindow { Microsoft::Office::Interop::Word::ProtectedViewWindow ^ get(); };
public Microsoft.Office.Interop.Word.ProtectedViewWindow ActiveProtectedViewWindow { get; }
member this.ActiveProtectedViewWindow : Microsoft.Office.Interop.Word.ProtectedViewWindow
Public ReadOnly Property ActiveProtectedViewWindow As ProtectedViewWindow
Valeur de propriété
Objet ProtectedViewWindow.
Remarques
En lecture seule. Si vous utilisez cette propriété alors qu'il n'y a aucune fenêtre ouverte, une erreur se produit.