CodeDomDocDataAdapter Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | CompileUnit | Gets the entire compile unit in which the document data exists. |
![]() | DocData | Gets the associated document data. |
![]() | Generator | Gets a cached code generator that may be used to validate identifiers and generate code. |
![]() | Parser | Gets the code parser. |
![]() | Provider | Gets the code DOM provider for the file. |
![]() | TypeDeclaration | Gets the code type declaration for this document. |
![]() | TypeNamespace | Gets the code namespace for this document. |
Show:

