IDSRefConsumer.GetProperty (Método)

Recupera la propiedad de GUID y de Variant asociada al nodo especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Interop
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)

Sintaxis

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

Parámetros

  • drnidCurr
    Tipo: System.IntPtr
    [in] DSREFNODEID de nodo cuya propiedad debe recuperar.
  • guidProp
    Tipo: System.Guid%
    [in] REFGUID de la propiedad que se va a recuperar.

Valor devuelto

Tipo: System.Object
Devuelve NOERROR si correctamente.De lo contrario, devuelve un código sin especificar del error.

Seguridad de .NET Framework

Vea también

Referencia

IDSRefConsumer Interfaz

Microsoft.VisualStudio.Data.Interop (Espacio de nombres)