IVsPreviewChangesList.GetFlags(UInt32) Method

Definition

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  
);  

Applies to