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)

Syntax

'Declaration
<GuidAttribute("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")> _
<InterfaceTypeAttribute()> _
Public Interface IVsPropertyStreamIn
[GuidAttribute("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")]
[InterfaceTypeAttribute()]
public interface IVsPropertyStreamIn
[GuidAttribute(L"EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")]
[InterfaceTypeAttribute()]
public interface class IVsPropertyStreamIn
[<GuidAttribute("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")>]
[<InterfaceTypeAttribute()>]
type IVsPropertyStreamIn =  interface end
public interface IVsPropertyStreamIn

The IVsPropertyStreamIn type exposes the following members.

Methods

  Name Description
Public method Read Reads a property and value from the stream.
Public method SkipToEnd Go to the end of the input stream.

Top

Remarks

This interface is used with the IVsStructuredFileIOHelper.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace