Document.Extender[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.
Retourne l'objet Extender demandé s'il est disponible pour cet objet.
public:
property System::Object ^ Extender[System::String ^] { System::Object ^ get(System::String ^ ExtenderName); };
[System.Runtime.InteropServices.DispId(133)]
public object Extender[string ExtenderName] { [System.Runtime.InteropServices.DispId(133)] [System.Runtime.InteropServices.TypeLibFunc(1024)] get; }
[<System.Runtime.InteropServices.DispId(133)>]
[<get: System.Runtime.InteropServices.DispId(133)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1024)>]
member this.Extender(string) : obj
Public ReadOnly Property Extender(ExtenderName As String) As Object
Paramètres
- ExtenderName
- String
Obligatoire. Nom de l'extendeur à retourner.
Valeur de propriété
Extendeur.
- Attributs
Remarques
Cette propriété retourne null si aucun objet Extender n’est disponible.
Le CATID utilisé pour obtenir l’extendeur est donné par la propriété de l’objet ExtenderCATID .