IVsHierarchyManipulation.SetManipulationState Method
Specifies the state at the time that an IVsHierarchy is manipulated.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Function SetManipulationState ( _
state As UInteger _
) As IVsHierarchyManipulationStateContext
IVsHierarchyManipulationStateContext SetManipulationState(
uint state
)
IVsHierarchyManipulationStateContext^ SetManipulationState(
[InAttribute] unsigned int state
)
abstract SetManipulationState :
state:uint32 -> IVsHierarchyManipulationStateContext
function SetManipulationState(
state : uint
) : IVsHierarchyManipulationStateContext
Parameters
state
Type: System.UInt32[in] The state that is causing the manipulation of a hierarchy.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchyManipulationStateContext
An IVsHierarchyManipulationStateContext used to restore the hierarchy.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.