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

Definition

Gets properties whose values are GUIDs.

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

Parameters

itemId
UInt32

The ID of the hierarchy item.

propId
Int32

The ID of the property.

guid
Guid

[out] Returns the GUID value of the property.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Remarks

This method calls the GetGuidProperty method, which calls the GetGuidProperty method on the inner project.

Applies to