IVsPropertyStreamIn Interface

 

Reads a property name, type, and value from a stream. Implemented by the environment and used with the IVsStructuredFileIOHelper interface.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")]
[InterfaceTypeAttribute(1)]
public interface IVsPropertyStreamIn

NameDescription
System_CAPS_pubmethodRead(UInt32, UInt16[], UInt32, VSPROPERTYSTREAMPROPERTYTYPE[], Object, IErrorLog)

Reads a property and value from the stream.

System_CAPS_pubmethodSkipToEnd()

Go to the end of the input stream.

This interface is used with the IVsStructuredFileIOHelper.

Return to top
Show: