DataViewHierarchyAccessor.GetProperty, méthode
Extrait une propriété de la hiérarchie.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Public Function GetProperty ( _
itemId As Integer, _
propertyId As Integer _
) As Object
public Object GetProperty(
int itemId,
int propertyId
)
public:
Object^ GetProperty(
int itemId,
int propertyId
)
member GetProperty :
itemId:int *
propertyId:int -> Object
public function GetProperty(
itemId : int,
propertyId : int
) : Object
Paramètres
- itemId
Type : System.Int32
Un ID d'élément
- propertyId
Type : System.Int32
Un ID de la propriété de l'énumération d' __VSHPROPID .
Valeur de retour
Type : System.Object
Retourne la valeur de la propriété spécifiée de la hiérarchie.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.