IVsPropertyFileOut::Flush Method ()
Visual Studio 2015
Flushes a property stream.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsPropertyStreamOut::Flush()Call this method after calling EndPropertySection and continuing with an outer property stream.
Show: