FlavoredProject.IVsUIHierarchy.GetGuidProperty(UInt32, Int32, Guid) Method

Definition

Gets properties whose values are GUIDs.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.GetGuidProperty(System::UInt32 itemid, int propid, [Runtime::InteropServices::Out] Guid % pguid) = Microsoft::VisualStudio::Shell::Interop::IVsUIHierarchy::GetGuidProperty;
int IVsUIHierarchy.GetGuidProperty (uint itemid, int propid, out Guid pguid);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.GetGuidProperty : uint32 * int * Guid -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.GetGuidProperty : uint32 * int * Guid -> int
Function GetGuidProperty (itemid As UInteger, propid As Integer, ByRef pguid As Guid) As Integer Implements IVsUIHierarchy.GetGuidProperty

Parameters

itemid
UInt32

The item ID of the hierarchy node for which to get the property.

propid
Int32

The ID of the property.

pguid
Guid

[out] The GUID value.

Returns

Microsoft.VisualStudio.NativeMethods.S_OK.

Implements

Remarks

This method calls the GetGuidProperty method.

Applies to