IVsLiteTree.GetInitFlags(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.
Retrieves the tree list options.
public:
int GetInitFlags([Runtime::InteropServices::Out] System::UInt32 % pgrfOpts);
C++/WinRT
int GetInitFlags([Runtime::InteropServices::Out] unsigned int & pgrfOpts);
public int GetInitFlags(out uint pgrfOpts);
abstract member GetInitFlags : uint32 -> int
Public Function GetInitFlags (ByRef pgrfOpts As UInteger) As Integer
- pgrfOpts
- UInt32
[Out] Pointer to bit flags containing the options. For more information, see __VSLITETREEOPTS.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
[C++]
From vsshell.idl:
HRESULT IVsLiteTree::GetInitFlags(
[out]VSLITETREEOPTS *pgrfOpts
);
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |