IVsPropertyStreamIn Interface
Visual Studio 2015
Reads a property name, type, and value from a stream. Implemented by the environment and used with the IVsStructuredFileIOHelper interface.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Read(UInt32, array<UInt16>^, UInt32, array<VSPROPERTYSTREAMPROPERTYTYPE>^, Object^, IErrorLog^) | Reads a property and value from the stream. |
![]() | SkipToEnd() | Go to the end of the input stream. |
This interface is used with the IVsStructuredFileIOHelper.
Show:
