IVsPreviewChangesList.GetFlags(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.
Returns a set of flags the describes the preview list.
public:
int GetFlags([Runtime::InteropServices::Out] System::UInt32 % pFlags);
int GetFlags([Runtime::InteropServices::Out] unsigned int & pFlags);
public int GetFlags (out uint pFlags);
abstract member GetFlags : uint32 -> int
Public Function GetFlags (ByRef pFlags As UInteger) As Integer
Parameters
- pFlags
- UInt32
[out] Returns a combination of values from the _VSTREEFLAGS enumeration.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsPreviewChangesList::GetFlags(
[out] VSTREEFLAGS *pFlags
);