FlavoredProject.IVsHierarchy.GetProperty(UInt32, Int32, Object) Méthode

Définition

Obtient les propriétés d'un nœud donné ou de la hiérarchie.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsHierarchy.GetProperty(System::UInt32 itemId, int propId, [Runtime::InteropServices::Out] System::Object ^ % property) = Microsoft::VisualStudio::Shell::Interop::IVsHierarchy::GetProperty;
int Microsoft.VisualStudio.Shell.Interop.IVsHierarchy.GetProperty(unsigned int itemId, int propId, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & property);
int IVsHierarchy.GetProperty (uint itemId, int propId, out object property);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsHierarchy.GetProperty : uint32 * int * obj -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsHierarchy.GetProperty : uint32 * int * obj -> int
Function GetProperty (itemId As UInteger, propId As Integer, ByRef property As Object) As Integer Implements IVsHierarchy.GetProperty

Paramètres

itemId
UInt32

ID de l'élément.

propId
Int32

ID de la propriété.

property
Object

[out] Valeur de la propriété.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Implémente

Remarques

Cette méthode appelle la GetProperty méthode, qui appelle la GetProperty méthode sur le projet interne.

S’applique à