IEditor.TechnologyName Property

Applies to v2.

Gets a string specifying the technology used in the file. For example a javascript file can be browser javascript or NodeJs, and hence will return different technology names.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property TechnologyName As String 
    Get
'Usage
Dim instance As IEditor 
Dim value As String 

value = instance.TechnologyName
string TechnologyName { get; }
property String^ TechnologyName {
    String^ get ();
}
abstract TechnologyName : string
function get TechnologyName () : String

Property Value

Type: System.String
A string specifying the technology used in the file.

See Also

Reference

IEditor Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace