_Application.BrowseExtraFileTypes 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.
Affectez la valeur « text/html » à cette propriété pour pouvoir ouvrir des fichiers HTML contenant des liens hypertexte dans Microsoft Word (et non dans l'explorateur Internet par défaut).
public:
property System::String ^ BrowseExtraFileTypes { System::String ^ get(); void set(System::String ^ value); };
public string BrowseExtraFileTypes { get; set; }
member this.BrowseExtraFileTypes : string with get, set
Public Property BrowseExtraFileTypes As String