IVsDataProvider.GetProperty(String) Méthode

Définition

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

Object

Valeur de la propriété, si elle existe ; Sinon, null.

Exceptions

Le paramètre name est null.

S’applique à