LogicalViewID 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.
Provides a list of GUIDs that are used to identify views of files or processes.
public ref class LogicalViewID abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class LogicalViewID abstract
[Windows::Foundation::Metadata::WebHostHidden]
class LogicalViewID abstract
public abstract class LogicalViewID
type LogicalViewID = class
Public MustInherit Class LogicalViewID
- Inheritance
-
LogicalViewID
Constructors
LogicalViewID() |
Fields
Any |
Specifies any view. |
Code |
Specifies a view displaying source code. |
Debugging |
Specifies a view displaying debugging information. |
Designer |
Specifies a view showing a component designer. |
Primary |
Specifies the primary view. |
ProjectSpecificEditor |
Specifies a view showing a project specific editor. |
TextView |
Specifies a view displaying text. |
UserChooseView |
Specifies a user-chosen view. |