IVsPropertyStreamOut Interface

Writes out a property's name and its value. Also provides transaction-like handling for output. Implemented by the environment. Used with the IVsStructuredFileIOHelper interface.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<GuidAttribute("BF283741-E0AD-49C0-BEA4-1E267E52208F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsPropertyStreamOut
'Usage
Dim instance As IVsPropertyStreamOut
[GuidAttribute("BF283741-E0AD-49C0-BEA4-1E267E52208F")]
[InterfaceTypeAttribute()]
public interface IVsPropertyStreamOut
[GuidAttribute(L"BF283741-E0AD-49C0-BEA4-1E267E52208F")]
[InterfaceTypeAttribute()]
public interface class IVsPropertyStreamOut
public interface IVsPropertyStreamOut

Remarks

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

See Also

Reference

IVsPropertyStreamOut Members

Microsoft.VisualStudio.Shell.Interop Namespace