Document Properties
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | ActiveWindow | Gets the currently active window, or the topmost window if no others are active. Returns Nothing if no windows are open. |
![]() | Collection | Gets the collection containing the Document object. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | Extender[String^] | Returns the requested Extender if it is available for this object. |
![]() | ExtenderCATID | Gets the Extender category ID (CATID) for the object. |
![]() | ExtenderNames | Gets a list of available Extenders for the object. |
![]() | FullName | Gets the full path and name of the object's file. |
![]() | IndentSize | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Kind | Gets a GUID string indicating the kind or type of the object. |
![]() | Language | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Name | Gets the name of the Document. |
![]() | Path | Gets the path, without file name, for the directory containing the document. |
![]() | ProjectItem | Gets the ProjectItem object associated with the Document object. |
![]() | ReadOnly | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Saved | Returns true if the object has not been modified since last being saved or opened. |
![]() | Selection | Gets an object representing the current selection on the Document. |
![]() | TabSize | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Type | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Windows | Gets a Windows collection containing the windows that display in the object. |
