IVsLiteTree.ToggleStateAbsolute(UInt32, UInt32) Method
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.
Toggles the state of an item. An item may have more than two states.
public:
int ToggleStateAbsolute(System::UInt32 AbsIndex, [Runtime::InteropServices::Out] System::UInt32 % ptscr);
C++/WinRT
int ToggleStateAbsolute(unsigned int AbsIndex, [Runtime::InteropServices::Out] unsigned int & ptscr);
public int ToggleStateAbsolute(uint AbsIndex, out uint ptscr);
abstract member ToggleStateAbsolute : uint32 * uint32 -> int
Public Function ToggleStateAbsolute (AbsIndex As UInteger, ByRef ptscr As UInteger) As Integer
- AbsIndex
- UInt32
[in] Integer containing the absolute index of the node.
- ptscr
- UInt32
[out] Pointer to a value from the _VSTREESTATECHANGEREFRESH.enumeration indicating what type of refresh needs to do.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
[C++]
From vsshell.idl:
HRESULT IVsLiteTree::ToggleStateAbsolute(
[in] ULONG AbsIndex,
[out] VSTREESTATECHANGEREFRESH *ptscr
);
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |