IVsDataProvider.GetProperty(String) Méthode
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 propriété inscrite du fournisseur DDEX.
public:
System::Object ^ GetProperty(System::String ^ name);
public object GetProperty (string name);
abstract member GetProperty : string -> obj
Public Function GetProperty (name As String) As Object
Paramètres
- name
- String
Nom de la propriété à récupérer.
Retours
Valeur de la propriété, si elle existe ; Sinon, null.
Exceptions
Le paramètre name est null.