Share via


IDSRefConsumer.GetProperty Method

Retrieves the GUID and Variant property associated with the specified node.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities.Interop
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
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

Parameters

  • drnidCurr
    Type: System.IntPtr

    The DSREFNODEID of the node whose property is to be retrieved.

  • guidProp
    Type: System.Guid%

    The REFGUID of the property to be retrieved.

Return Value

Type: System.Object
NOERROR if successful; otherwise, an unspecified failure code.

.NET Framework Security

See Also

Reference

IDSRefConsumer Interface

Microsoft.VisualStudio.Data.Services.SupportEntities.Interop Namespace