Metoda HierarchyUtilities.ExecHierParentChain —
Przestrzeń nazw: Microsoft.Internal.VisualStudio.PlatformUI
Zestaw: Microsoft.VisualStudio.Shell.11.0 (w Microsoft.VisualStudio.Shell.11.0.dll)
Składnia
'Deklaracja
Public Shared Function ExecHierParentChain ( _
manager As IVsHierarchyItemManager, _
lpUIHCmd As IVsUIHierarchy, _
lpUIHCurrent As IVsUIHierarchy, _
itemidCurrent As UInteger, _
ByRef pguidCmdGroupRef As Guid, _
nCmdID As UInteger, _
nCmdexecopt As UInteger, _
pvaIn As IntPtr, _
pvaOut As IntPtr _
) As Integer
public static int ExecHierParentChain(
IVsHierarchyItemManager manager,
IVsUIHierarchy lpUIHCmd,
IVsUIHierarchy lpUIHCurrent,
uint itemidCurrent,
ref Guid pguidCmdGroupRef,
uint nCmdID,
uint nCmdexecopt,
IntPtr pvaIn,
IntPtr pvaOut
)
Parametry
- manager
Typ: Microsoft.VisualStudio.Shell.IVsHierarchyItemManager
- lpUIHCmd
Typ: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
- lpUIHCurrent
Typ: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
- itemidCurrent
Typ: System.UInt32
- pguidCmdGroupRef
Typ: System.Guid%
- nCmdID
Typ: System.UInt32
- nCmdexecopt
Typ: System.UInt32
- pvaIn
Typ: System.IntPtr
- pvaOut
Typ: System.IntPtr
Wartość zwracana
Typ: System.Int32
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..