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