IVsUIDataSource.GetValue(String, IVsUIObject) 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.
Retourne la valeur d'une propriété.
public:
int GetValue(System::String ^ prop, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUIObject ^ % ppValue);
public:
int GetValue(Platform::String ^ prop, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUIObject ^ & ppValue);
int GetValue(std::wstring const & prop, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUIObject const & & ppValue);
public int GetValue (string prop, out Microsoft.VisualStudio.Shell.Interop.IVsUIObject ppValue);
abstract member GetValue : string * -> int
Public Function GetValue (prop As String, ByRef ppValue As IVsUIObject) As Integer
Paramètres
- prop
- String
[in] Nom de la propriété à retourner.
- ppValue
- IVsUIObject
[out] Emplacement pour retourner un pointeur vers l'interface de la valeur de propriété.
Retours
Retourne S_OK si la valeur est retournée.