VCCodeBase.Language Property

For code model objects, returns the programming language used to author the code.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

string Language { get; }

Property Value

Type: System.String
A CodeModelLanguageConstants constant.

.NET Framework Security

See Also

Reference

VCCodeBase Interface

VCCodeBase Members

Microsoft.VisualStudio.VCCodeModel Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples