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