IVsPropertyStreamIn Interface

Definition

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

public interface class IVsPropertyStreamIn
public interface class IVsPropertyStreamIn
__interface IVsPropertyStreamIn
[System.Runtime.InteropServices.Guid("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsPropertyStreamIn
[System.Runtime.InteropServices.Guid("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsPropertyStreamIn
[<System.Runtime.InteropServices.Guid("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsPropertyStreamIn = interface
[<System.Runtime.InteropServices.Guid("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsPropertyStreamIn = interface
Public Interface IVsPropertyStreamIn
Derived
Attributes

Remarks

This interface is used with the IVsStructuredFileIOHelper.

Methods

Read(UInt32, UInt16[], UInt32, VSPROPERTYSTREAMPROPERTYTYPE[], Object, IErrorLog)

Reads a property and value from the stream.

SkipToEnd()

Go to the end of the input stream.

Applies to