Метод IVsHierarchyManipulation.SetManipulationState (UInt32)
Опубликовано: Октябрь 2016
Указывает состояние на момент, IVsHierarchy обрабатывается.
Пространство имен: Microsoft.VisualStudio.Shell.Interop
Сборка: Microsoft.VisualStudio.Shell.Interop.11.0 (в Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Синтаксис
IVsHierarchyManipulationStateContext SetManipulationState(
uint state
)
IVsHierarchyManipulationStateContext^ SetManipulationState(
unsigned int state
)
abstract SetManipulationState :
state:uint32 -> IVsHierarchyManipulationStateContext
Function SetManipulationState (
state As UInteger
) As IVsHierarchyManipulationStateContext
Параметры
state
Type: System.UInt32[in] Состояние, которое вызывает обработку иерархии.
Возвращаемое значение
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchyManipulationStateContext
IVsHierarchyManipulationStateContext Позволяет восстановить иерархии.
См. также
Интерфейс IVsHierarchyManipulation
Пространство имен Microsoft.VisualStudio.Shell.Interop
Вернуться в начало