This topic has not yet been rated - Rate this topic

IDSRefConsumer.GetProperty Method

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

Namespace:  Microsoft.VisualStudio.Data.Interop
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Object GetProperty(
	IntPtr drnidCurr,
	ref Guid guidProp
)

Parameters

drnidCurr
Type: System.IntPtr

[in] DSREFNODEID of the node whose property is to be retrieved.

guidProp
Type: System.Guid

[in] REFGUID of the property to be retrieved.

Return Value

Type: System.Object
Returns NOERROR if successful. Otherwise, it returns an unspecified failure code.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.