IVsHierarchyManipulation.SetManipulationState(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the state at the time that an IVsHierarchy is manipulated.
public:
Microsoft::VisualStudio::Shell::Interop::IVsHierarchyManipulationStateContext ^ SetManipulationState(System::UInt32 state);
public:
Microsoft::VisualStudio::Shell::Interop::IVsHierarchyManipulationStateContext ^ SetManipulationState(unsigned int state);
Microsoft::VisualStudio::Shell::Interop::IVsHierarchyManipulationStateContext SetManipulationState(unsigned int state);
public Microsoft.VisualStudio.Shell.Interop.IVsHierarchyManipulationStateContext SetManipulationState (uint state);
abstract member SetManipulationState : uint32 -> Microsoft.VisualStudio.Shell.Interop.IVsHierarchyManipulationStateContext
Public Function SetManipulationState (state As UInteger) As IVsHierarchyManipulationStateContext
Parameters
- state
- UInt32
[in] The state that is causing the manipulation of a hierarchy.
Returns
An IVsHierarchyManipulationStateContext used to restore the hierarchy.