Share via


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

'Declaración
<GuidAttribute("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")> _
<InterfaceTypeAttribute()> _
Public Interface IVsPropertyStreamIn
'Uso
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
[<GuidAttribute("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")>]
[<InterfaceTypeAttribute()>]
type IVsPropertyStreamIn =  interface end
public interface IVsPropertyStreamIn

Remarks

This interface is used with the IVsStructuredFileIOHelper.

See Also

Reference

IVsPropertyStreamIn Members

Microsoft.VisualStudio.Shell.Interop Namespace