IVsUIDataSource.GetValue(String, IVsUIObject) Méthode

Définition

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

Int32

Retourne S_OK si la valeur est retournée.

S’applique à