This topic has not yet been rated - Rate this topic

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)

[GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")] 
[InterfaceTypeAttribute(1)] 
public interface IVsPropertyFileIn : IVsPropertyStreamIn
/** @attribute GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsPropertyFileIn extends IVsPropertyStreamIn
GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112") 
InterfaceTypeAttribute(1) 
public interface IVsPropertyFileIn extends IVsPropertyStreamIn

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

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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ