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