IVsPropertyFileIn Interface

Reads a file containing property names and values. Inherits from IVsPropertyStreamIn. Returned by the OpenExisting method of the IVsStructuredFileIO interface.

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

Syntax

‘선언
<GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")> _
<InterfaceTypeAttribute()> _
Public Interface IVsPropertyFileIn _
    Inherits IVsPropertyStreamIn
‘사용 방법
Dim instance As IVsPropertyFileIn
[GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")]
[InterfaceTypeAttribute()]
public interface IVsPropertyFileIn : IVsPropertyStreamIn
[GuidAttribute(L"805B0E0A-7122-4855-962F-887E46D2F112")]
[InterfaceTypeAttribute()]
public interface class IVsPropertyFileIn : IVsPropertyStreamIn
[<GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")>]
[<InterfaceTypeAttribute()>]
type IVsPropertyFileIn =  
    interface
        interface IVsPropertyStreamIn
    end
public interface IVsPropertyFileIn extends IVsPropertyStreamIn

Remarks

Implemented by the environment. Used with the IVsStructuredFileIO interface. Extends and inherits from IVsPropertyStreamIn.

See Also

Reference

IVsPropertyFileIn Members

Microsoft.VisualStudio.Shell.Interop Namespace