Interface IVsCSharpSource
Visual studio model that loads the source from a C# document.
Inherited Members
Namespace: CodeFactory.WinVs.Models.ProjectSystem
Assembly: CodeFactory.WinVs.dll
Syntax
public interface IVsCSharpSource : IVsModel, IModel<VisualStudioModelType>
Properties
SourceCode
The C# source in the document.
Declaration
CsSource SourceCode { get; }
Property Value
Type | Description |
---|---|
CsSource |