VCCodeIDLCoClass.Language Property

Definition

Gets the programming language used to author the code.

public:
 property System::String ^ Language { System::String ^ get(); };
public:
 property Platform::String ^ Language { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(9)]
public string Language { [System.Runtime.InteropServices.DispId(9)] [System.Runtime.InteropServices.TypeLibFunc] get; }
[<System.Runtime.InteropServices.DispId(9)>]
[<get: System.Runtime.InteropServices.DispId(9)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.Language : string
Public ReadOnly Property Language As String

Property Value

A CodeModelLanguageConstants constant.

Attributes

Applies to