Window.DocumentData[String] 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.
À usage interne Microsoft uniquement.
public:
property System::Object ^ DocumentData[System::String ^] { System::Object ^ get(System::String ^ bstrWhichData); };
[System.Runtime.InteropServices.DispId(124)]
public object DocumentData[string bstrWhichData = ""] { [System.Runtime.InteropServices.DispId(124)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(124)>]
[<get: System.Runtime.InteropServices.DispId(124)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.DocumentData(string) : obj
Public ReadOnly Property DocumentData(Optional bstrWhichData As String = "") As Object
Paramètres
- bstrWhichData
- String
Données.
Valeur de propriété
Données de document.
- Attributs