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
'Usage
Dim instance As IVsPropertyStreamIn
[GuidAttribute("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")]
[InterfaceTypeAttribute()]
public interface IVsPropertyStreamIn
[GuidAttribute(L"EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")]
[InterfaceTypeAttribute()]
public interface class IVsPropertyStreamIn
public interface IVsPropertyStreamIn

Remarks

This interface is used with the IVsStructuredFileIOHelper.

For an example of the interface in use, see the code for My C Package Sample and Figures Project Sample.

See Also

Reference

IVsPropertyStreamIn Members

Microsoft.VisualStudio.Shell.Interop Namespace