A list of content types for known languages.
Inheritance
System.Object
Editor.ContentTypes
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Community.VisualStudio.Toolkit.dll
public class ContentTypes
Fields
|
Improve this Doc
View Source
Applies to all languages.
Declaration
public const string Any = "any"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
The base content type of all coding text documents and languages.
Declaration
public const string Code = "code"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string CPlusPlus = "C/C++"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string CSharp = "CSharp"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string Css = "CSS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string FSharp = "F#"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string HTML = "HTMLX"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string Json = "JSON"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string Less = "LESS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string Scss = "SCSS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
The base content type of all text documents including 'code'.
Declaration
public const string Text = "text"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string VisualBasic = "Basic"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string WebForms = "HTML"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string Xaml = "XAML"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string Xml = "XML"
Field Value
Type |
Description |
System.String |
|