IDSRefConsumer.GetProperty(IntPtr, Guid) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the GUID and Variant property associated with the specified node.
C++
public:
System::Object ^ GetProperty(IntPtr drnidCurr, Guid % guidProp);
public object GetProperty(IntPtr drnidCurr, ref Guid guidProp);
abstract member GetProperty : nativeint * Guid -> obj
Public Function GetProperty (drnidCurr As IntPtr, ByRef guidProp As Guid) As Object
- drnidCurr
-
IntPtr
nativeint
[in] DSREFNODEID of the node whose property is to be retrieved.
- guidProp
- Guid
[in] REFGUID of the property to be retrieved.
Returns NOERROR if successful. Otherwise, it returns an unspecified failure code.
Produkt | Wersje |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |