Interface IVsProjectFolder
Definition of a visual studio project folder model information.
Inherited Members
Namespace: CodeFactory.WinVs.Models.ProjectSystem
Assembly: CodeFactory.WinVs.dll
Syntax
public interface IVsProjectFolder : IVsModel, IModel<VisualStudioModelType>, IParent, IChildren
Properties
Path
the fully qualified path to the project folder.
Declaration
string Path { get; }
Property Value
Type | Description |
---|---|
string |