Interface IVsModel
Base contract definition all Visual Studio Models are based on.
Inherited Members
Namespace: CodeFactory.WinVs.Models.ProjectSystem
Assembly: CodeFactory.WinVs.dll
Syntax
public interface IVsModel : IModel<VisualStudioModelType>
Properties
Name
The name of the visual studio model.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |