IDSRefConsumer.GetProperty, méthode

Récupère la propriété du GUID et d' Variant associée au nœud spécifié.

Espace de noms :  Microsoft.VisualStudio.Data.Services.SupportEntities.Interop
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Function GetProperty ( _
    drnidCurr As IntPtr, _
    ByRef guidProp As Guid _
) As Object
Object GetProperty(
    IntPtr drnidCurr,
    ref Guid guidProp
)
Object^ GetProperty(
    IntPtr drnidCurr, 
    [InAttribute] Guid% guidProp
)
abstract GetProperty : 
        drnidCurr:IntPtr * 
        guidProp:Guid byref -> Object 
function GetProperty(
    drnidCurr : IntPtr, 
    guidProp : Guid
) : Object

Paramètres

  • drnidCurr
    Type : System.IntPtr
    DSREFNODEID du nœud dont la propriété doit être récupérée.
  • guidProp
    Type : System.Guid%
    REFGUID de la propriété à récupérer.

Valeur de retour

Type : System.Object
NOERROR si l'opération a réussi ; sinon, un code non spécifié d'échec.

Sécurité .NET Framework

Voir aussi

Référence

IDSRefConsumer Interface

Microsoft.VisualStudio.Data.Services.SupportEntities.Interop, espace de noms