Interface IVsDocument
Definition of a document associated with a project in visual studio.
Inherited Members
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
public interface IVsDocument : IVsModel, IModel<VisualStudioModelType>, IParent, IChildren
Properties
| Improve this Doc View SourceDocumentType
The type of document that is loaded.
Declaration
VsDocumentType DocumentType { get; }
Property Value
Type | Description |
---|---|
VsDocumentType |
IsSourceCode
Flag that determines if the project document contains source code that can be managed by code factory.
Declaration
bool IsSourceCode { get; }
Property Value
Type | Description |
---|---|
bool |
Path
The fully qualified path to the project document.
Declaration
string Path { get; }
Property Value
Type | Description |
---|---|
string |
SourceType
The target type of source code that is implemented in the project document.
Declaration
SourceCodeType SourceType { get; }
Property Value
Type | Description |
---|---|
SourceCodeType |