Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
Read | Reads a property and value from the stream. |
![]() |
SkipToEnd | Go to the end of the input stream. |
Top
Remarks
This interface is used with the IVsStructuredFileIOHelper.
.gif)