FlavoredProjectBase.GetNestedHierarchy(UInt32, Guid, IntPtr, UInt32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o projeto aninhado.
protected:
virtual int GetNestedHierarchy(System::UInt32 itemId, Guid % guidHierarchyNested, [Runtime::InteropServices::Out] IntPtr % hierarchyNested, [Runtime::InteropServices::Out] System::UInt32 % itemIdNested);
protected virtual int GetNestedHierarchy (uint itemId, ref Guid guidHierarchyNested, out IntPtr hierarchyNested, out uint itemIdNested);
abstract member GetNestedHierarchy : uint32 * Guid * nativeint * uint32 -> int
override this.GetNestedHierarchy : uint32 * Guid * nativeint * uint32 -> int
Protected Overridable Function GetNestedHierarchy (itemId As UInteger, ByRef guidHierarchyNested As Guid, ByRef hierarchyNested As IntPtr, ByRef itemIdNested As UInteger) As Integer
Parâmetros
- itemId
- UInt32
A ID do item.
- guidHierarchyNested
- Guid
O GUID do projeto aninhado.
- hierarchyNested
- IntPtr
O projeto aninhado.
- itemIdNested
- UInt32
A ID do item do projeto aninhado.
Retornos
O HRESULT.