IVsPropertyFileOut Interface

Writes out a file of property names and values. Extends an inherits from IVsPropertyStreamOut. Returned by the CreateNew method of the IVsStructuredFileIO interface.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("3018E511-6282-41FC-8E1F-77AB1BDDE523")> _
Public Interface IVsPropertyFileOut _
    Inherits IVsPropertyStreamOut
‘사용 방법
Dim instance As IVsPropertyFileOut
[InterfaceTypeAttribute()]
[GuidAttribute("3018E511-6282-41FC-8E1F-77AB1BDDE523")]
public interface IVsPropertyFileOut : IVsPropertyStreamOut
[InterfaceTypeAttribute()]
[GuidAttribute(L"3018E511-6282-41FC-8E1F-77AB1BDDE523")]
public interface class IVsPropertyFileOut : IVsPropertyStreamOut
[<InterfaceTypeAttribute()>]
[<GuidAttribute("3018E511-6282-41FC-8E1F-77AB1BDDE523")>]
type IVsPropertyFileOut =  
    interface
        interface IVsPropertyStreamOut
    end
public interface IVsPropertyFileOut extends IVsPropertyStreamOut

Remarks

Implemented by the environment. Used with the IVsStructuredFileIOHelper interface.

See Also

Reference

IVsPropertyFileOut Members

Microsoft.VisualStudio.Shell.Interop Namespace