VSConstants.LOGVIEWID Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public: ref class VSConstants::LOGVIEWID abstract sealed
class VSConstants::LOGVIEWID abstract sealed
public static class VSConstants.LOGVIEWID
type VSConstants.LOGVIEWID = class
Public Class VSConstants.LOGVIEWID
- Inheritance
-
VSConstants.LOGVIEWID
Fields
Any_guid |
Kind of view for document or data: Any defined view. |
Any_string |
Kind of view for document or data: Any defined view. |
Code_guid |
Kind of view for document or data: Code editor view. |
Code_string |
Kind of view for document or data: Code editor view. |
Debugging_guid |
Kind of view for document or data: Debugger view. |
Debugging_string |
Kind of view for document or data: Debugger view. |
Designer_guid |
Kind of view for document or data: Designer view. |
Designer_string |
Kind of view for document or data: Designer view. |
Primary_guid |
Kind of view for document or data: Primary (default) view. |
ProjectSpecificEditor_guid | |
ProjectSpecificEditor_string | |
TextView_guid |
Kind of view for document or data: Text editor view. |
TextView_string |
Kind of view for document or data: Text editor view. |
UserChooseView_guid |
Kind of view for document or data: A user defined view. |
UserChooseView_string |
Kind of view for document or data: A user defined view. |