IVsPropertyFileOut Interface
Visual Studio 2015
Writes out a file of property names and values. Extends an inherits from IVsPropertyStreamOut. Returned by the CreateNew method of the IVsStructuredFileIO interface.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | BeginPropertySection(String, String, IVsPropertyStreamOut, UInt32) | Begins a property section (inner property stream) used until a call to EndPropertySection. |
![]() | Close() | Closes the stream. |
![]() | EndPropertySection(UInt32) | Ends a property section (an inner property stream). |
![]() | Flush() | Flushes a property stream. |
![]() | Write(String, Object, String) | Writes a property name, value, and comment to the stream. |
![]() | WriteSzAsBSTR(String, String, String) | Write out a null-terminated string property value as a BSTR. |
Implemented by the environment. Used with the IVsStructuredFileIOHelper interface.
Show:
